添加 佳博打印sdk

Signed-off-by: YangWork <yang@xixingwl.cn>
This commit is contained in:
YangWork
2023-02-20 18:03:31 +08:00
parent 3ea011d565
commit 690f74175e
8 changed files with 4178 additions and 3 deletions

View File

@@ -18,10 +18,10 @@
<view class="GStitle">家族</view>
</view>
</view>
<view class="Grid-Item">
<view class="Grid-Item" @click="toPage('/cpzs/index/index')">
<view class="Grid-Item-1">
<image class="GSimg" src="../../../static/logo.png"></image>
<view class="GStitle">任务</view>
<view class="GStitle">产品追溯</view>
</view>
</view>
<view class="Grid-Item">
@@ -106,6 +106,11 @@
}
}
})
},
toPage(p){
uni.navigateTo({
url:p
})
}
},
onBackPress() {