|
@@ -33,7 +33,7 @@
|
|
|
<view class="item-title">打印助手</view>
|
|
<view class="item-title">打印助手</view>
|
|
|
<view class="item-desc">我的打印助手</view>
|
|
<view class="item-desc">我的打印助手</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="guide-item" @click="toPrint()">
|
|
|
|
|
|
|
+ <view class="guide-item" @click="developing()">
|
|
|
<wd-img :src="fileImgSrc" width="100" mode="widthFix"></wd-img>
|
|
<wd-img :src="fileImgSrc" width="100" mode="widthFix"></wd-img>
|
|
|
<view class="item-title">远程打印</view>
|
|
<view class="item-title">远程打印</view>
|
|
|
<view class="item-desc">无需驱动 隔空打印</view>
|
|
<view class="item-desc">无需驱动 隔空打印</view>
|
|
@@ -48,20 +48,20 @@
|
|
|
<view class="title-text">设备配网</view>
|
|
<view class="title-text">设备配网</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="item">
|
|
|
|
|
|
|
+ <view class="item" @click="developing()">
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
<wd-img :src="pictureSrc" width="40" mode="widthFix"></wd-img>
|
|
<wd-img :src="pictureSrc" width="40" mode="widthFix"></wd-img>
|
|
|
<view class="title-text">相册图片</view>
|
|
<view class="title-text">相册图片</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
- <view class="title">
|
|
|
|
|
|
|
+ <view class="title" @click="developing()">
|
|
|
<wd-img :src="wechatFileSrc" width="40" mode="widthFix"></wd-img>
|
|
<wd-img :src="wechatFileSrc" width="40" mode="widthFix"></wd-img>
|
|
|
<view class="title-text">微信图片</view>
|
|
<view class="title-text">微信图片</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="item">
|
|
<view class="item">
|
|
|
- <view class="title">
|
|
|
|
|
|
|
+ <view class="title" @click="developing()">
|
|
|
<wd-img :src="wechatInvoiceSrc" width="40" mode="widthFix"></wd-img>
|
|
<wd-img :src="wechatInvoiceSrc" width="40" mode="widthFix"></wd-img>
|
|
|
<view class="title-text">微信发票</view>
|
|
<view class="title-text">微信发票</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -142,13 +142,8 @@ function toUserHub() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-function toPrint() {
|
|
|
|
|
- if (isLogined.value) {
|
|
|
|
|
-
|
|
|
|
|
- } else {
|
|
|
|
|
- toast.warning('请先前往登录')
|
|
|
|
|
- toLogin(1500)
|
|
|
|
|
- }
|
|
|
|
|
|
|
+function developing() {
|
|
|
|
|
+ toast.warning('该功能开发中...')
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function toConnect() {
|
|
function toConnect() {
|