平台推荐星级:
@@ -775,7 +775,7 @@ const objTitle = {
title: '占比'
},
coupon:{
- title:'抵扣卷'
+ title:'抵扣券'
},
bar_code: {
title: '商品编号'
diff --git a/src/views/systemForm/setSystem/modifyStoreInfo.vue b/src/views/systemForm/setSystem/modifyStoreInfo.vue
index 4e38d9c..a1dd337 100644
--- a/src/views/systemForm/setSystem/modifyStoreInfo.vue
+++ b/src/views/systemForm/setSystem/modifyStoreInfo.vue
@@ -48,7 +48,7 @@
- 开启,店铺即可展示在移动端
+ 请先支付店铺费用!
@@ -191,11 +191,12 @@
申请记录:
查看记录
-
-
+
+
+
{
- window.open(res.message)
+ if(res.status == 200){
+ window.open(res.message)
+ }
// console.log(res.message);
+ }).catch((res) => {
+ this.$message.error(res.message)
})
},
handleShow(){