许成详 6 years ago
parent
commit
62dae9e99b

+ 1
- 1
dist/index.html View File

@@ -1 +1 @@
1
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.b7afdd138f4f5efd4f4d08eef86dfd99.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.71fd787520fc12b02935.js></script><script type=text/javascript src=./static/js/app.803e45d4298f33cec5c2.js></script></body></html>
1
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=stylesheet href=//at.alicdn.com/t/font_775069_dwqa9wy3lkh.css><link rel="shortcut icon" href=favorite.ico><title>城的空间后台管理系统</title><link href=./static/css/app.936d7c7b58d7626368266ed1f744294d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.71fd787520fc12b02935.js></script><script type=text/javascript src=./static/js/app.0f09cfbfb009decb490c.js></script></body></html>

+ 1
- 1
src/pages/system/cardAndCouponManager/cardManager/index.vue View File

@@ -92,7 +92,7 @@
92 92
               size="mini"
93 93
               type="success"
94 94
               v-if="scope.row.SendType === 'channel'"
95
-              v-clipboard:copy="clientUrl + 'user.html#/receiveChannelShared/' + scope.row.CardId + '/card/receive'"
95
+              v-clipboard:copy="clientUrl + 'wechat/user.html#/receiveChannelShared/' + scope.row.CardId + '/card/receive'"
96 96
               v-clipboard:success="onCopy"
97 97
               v-clipboard:error="onError"
98 98
               >点击复制链接</el-button>

+ 1
- 1
src/pages/system/cardAndCouponManager/couponManager/index.vue View File

@@ -87,7 +87,7 @@
87 87
               size="mini"
88 88
               type="success"
89 89
               v-if="scope.row.SendType === 'channel'"
90
-              v-clipboard:copy="clientUrl + 'user.html#/receiveChannelShared/' + scope.row.CouponId + '/coupon/receive'"
90
+              v-clipboard:copy="clientUrl + 'wechat/user.html#/receiveChannelShared/' + scope.row.CouponId + '/coupon/receive'"
91 91
               v-clipboard:success="onCopy"
92 92
               v-clipboard:error="onError"
93 93
               >点击复制链接</el-button>

+ 1
- 1
src/pages/system/marketingActivities/listOfLotteryActivities/edit.vue View File

@@ -1115,7 +1115,7 @@ export default {
1115 1115
           }
1116 1116
         }
1117 1117
       } else if (this.addPrizeInfo.PrizeType === 'third') { // 第三方
1118
-        if (this.addPrizeInfo.PrizeName === '' && this.addPrizeInfo.IsReality) {
1118
+        if (this.addPrizeInfo.PrizeName === '') {
1119 1119
           this.$message({
1120 1120
             type: 'error',
1121 1121
             message: '奖品名称不能为空'