浏览代码

bug修改

wangfei 6 年前
父节点
当前提交
48c88e9334

+ 1
- 1
src/pages/system/cardAndCouponManager/cardManager/index.vue 查看文件

92
               size="mini"
92
               size="mini"
93
               type="success"
93
               type="success"
94
               v-if="scope.row.SendType === 'channel'"
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
               v-clipboard:success="onCopy"
96
               v-clipboard:success="onCopy"
97
               v-clipboard:error="onError"
97
               v-clipboard:error="onError"
98
               >点击复制链接</el-button>
98
               >点击复制链接</el-button>

+ 1
- 1
src/pages/system/cardAndCouponManager/couponManager/index.vue 查看文件

87
               size="mini"
87
               size="mini"
88
               type="success"
88
               type="success"
89
               v-if="scope.row.SendType === 'channel'"
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
               v-clipboard:success="onCopy"
91
               v-clipboard:success="onCopy"
92
               v-clipboard:error="onError"
92
               v-clipboard:error="onError"
93
               >点击复制链接</el-button>
93
               >点击复制链接</el-button>