|
@@ -216,7 +216,7 @@ export default {
|
|
|
activityRules: '',
|
|
|
myActivationCode: [],
|
|
|
myCodeFrom: {
|
|
|
- actibityId: null,
|
|
|
+ activityId: null,
|
|
|
pageNum: 1,
|
|
|
pageSize: 8,
|
|
|
},
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
);
|
|
|
// res.data.type = 2;
|
|
|
this.data = res.data;
|
|
|
- this.myCodeFrom.actibityId = res.data.activityId;
|
|
|
+ this.myCodeFrom.activityId = res.data.activityId;
|
|
|
},
|
|
|
async getMyActivationCode(params) {
|
|
|
try {
|
|
@@ -412,7 +412,7 @@ export default {
|
|
|
// 浏览器环境
|
|
|
|
|
|
await this.$native.clipboard.writeText(
|
|
|
- `${this.shareInfo.link} 唔即云手机`,
|
|
|
+ `${this.shareInfo.link} 双子星云手机`,
|
|
|
);
|
|
|
// throw new Error('1231');
|
|
|
this.$toast.success('链接复制成功');
|