打印增加中文编码
This commit is contained in:
@@ -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