|
@@ -91,6 +91,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
downPriceTable(){
|
|
downPriceTable(){
|
|
|
|
|
+ // #ifdef MP-WEIXIN
|
|
|
let level = 0
|
|
let level = 0
|
|
|
let levelList = ['散客价', '普店价', '银店价','金店价']
|
|
let levelList = ['散客价', '普店价', '银店价','金店价']
|
|
|
uni.showActionSheet({
|
|
uni.showActionSheet({
|
|
@@ -128,9 +129,13 @@ export default {
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+ // #endif
|
|
|
|
|
+ // #ifdef APP-PLUS
|
|
|
|
|
+ this.$msg('请在电脑上打开小程序进行下载')
|
|
|
|
|
+ // #endif
|
|
|
},
|
|
},
|
|
|
downBarcodeTable(){
|
|
downBarcodeTable(){
|
|
|
|
|
+ // #ifdef MP-WEIXIN
|
|
|
uni.showLoading({title:'下载中',mask:true})
|
|
uni.showLoading({title:'下载中',mask:true})
|
|
|
generateBarcodeTable().then(res => {
|
|
generateBarcodeTable().then(res => {
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
@@ -160,6 +165,10 @@ export default {
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
+ // #endif
|
|
|
|
|
+ // #ifdef APP-PLUS
|
|
|
|
|
+ this.$msg('请在电脑上打开小程序进行下载')
|
|
|
|
|
+ // #endif
|
|
|
},
|
|
},
|
|
|
goToProduct (id) {
|
|
goToProduct (id) {
|
|
|
let that = this
|
|
let that = this
|