打印增加中文编码

This commit is contained in:
2025-04-19 18:18:36 +08:00
parent c415939ef1
commit dd72d79bb1
12 changed files with 50 additions and 33 deletions

View File

@@ -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>

View File

@@ -4,7 +4,6 @@ Page({
},
onLoad(query) {
// 页面加载
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
},
onReady() {
// 页面加载完成

View File

@@ -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) => {

View File

@@ -16,7 +16,6 @@ Page({
},
onLoad(query) {
// 页面加载
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
},
onReady() {
// 页面加载完成

View File

@@ -4,7 +4,6 @@ Page({
},
onLoad(query) {
// 页面加载
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
const objectKey = query.objectKey;
if (objectKey) {
dd.getStorage({

View File

@@ -12,7 +12,6 @@ Page({
},
onLoad(query) {
// 页面加载
// console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
const loginInfo = dd.getStorageSync({
key: 'loginInfo'
}).data;

View File

@@ -4,7 +4,6 @@ Page({
},
onLoad(query) {
// 页面加载
console.info(`Page onLoad with query: ${JSON.stringify(query)}`);
},
onReady() {
// 页面加载完成