wangfei пре 6 година
родитељ
комит
48c88e9334

+ 1
- 1
src/pages/system/cardAndCouponManager/cardManager/index.vue Прегледај датотеку

@@ -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 + '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 Прегледај датотеку

@@ -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 + 'user.html#/receiveChannelShared/' + scope.row.CouponId + '/coupon/receive'"
91 91
               v-clipboard:success="onCopy"
92 92
               v-clipboard:error="onError"
93 93
               >点击复制链接</el-button>