打印增加中文编码
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<view class="page-section">
|
||||
<view class="page-section-demo">
|
||||
<text> v1.0.11 </text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="nav-container">
|
||||
<navigator open-type="navigate" url="/pages/deal/saleOrder/saleOrder" hover-class="navigator-hover" class="nav-button">销售</navigator>
|
||||
</view>
|
||||
|
||||
@@ -4,7 +4,6 @@ Page({
|
||||
},
|
||||
onLoad(query) {
|
||||
// 页面加载
|
||||
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
|
||||
},
|
||||
onReady() {
|
||||
// 页面加载完成
|
||||
|
||||
@@ -3,7 +3,7 @@ Page({
|
||||
items: []
|
||||
},
|
||||
onLoad(query) {
|
||||
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
|
||||
// console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
|
||||
dd.getStorage({
|
||||
key: 'saleOrderlines',
|
||||
success: (res) => {
|
||||
|
||||
@@ -16,7 +16,6 @@ Page({
|
||||
},
|
||||
onLoad(query) {
|
||||
// 页面加载
|
||||
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
|
||||
},
|
||||
onReady() {
|
||||
// 页面加载完成
|
||||
|
||||
@@ -4,7 +4,6 @@ Page({
|
||||
},
|
||||
onLoad(query) {
|
||||
// 页面加载
|
||||
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
|
||||
const objectKey = query.objectKey;
|
||||
if (objectKey) {
|
||||
dd.getStorage({
|
||||
|
||||
@@ -12,7 +12,6 @@ Page({
|
||||
},
|
||||
onLoad(query) {
|
||||
// 页面加载
|
||||
// console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
|
||||
const loginInfo = dd.getStorageSync({
|
||||
key: 'loginInfo'
|
||||
}).data;
|
||||
|
||||
@@ -4,7 +4,6 @@ Page({
|
||||
},
|
||||
onLoad(query) {
|
||||
// 页面加载
|
||||
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
|
||||
},
|
||||
onReady() {
|
||||
// 页面加载完成
|
||||
|
||||
Reference in New Issue
Block a user