@@ -77,7 +77,15 @@ export default {
},
);
} else {
- this.$msg('没有安装')
+ uni.showModal({
+ title: '提示',
+ content: '没有安装,请先下载安装',
+ success: function (res){
+ if (res.confirm){
+ plus.runtime.openURL('http://www.wixhb.com/main/app')
+ }
+ })
}
}else{
this.$msg('暂不支持打开')
@@ -1,6 +1,6 @@
<template>
<view class="itemList-box">
- <view class="title">列表</view>
+ <view class="title">零售</view>
<view class="itemList-item_box">
<view v-for="item in selectList" :key="item.id" class="show-item_box">
<view class="item-body_box not-active" @click="popAddModelFn(item)">
@@ -93,7 +93,15 @@ export default {