修改活动
This commit is contained in:
@@ -197,6 +197,14 @@
|
||||
新增分享文案
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="客服链接:">
|
||||
<el-input
|
||||
clearable
|
||||
:maxlength="60"
|
||||
v-model="form.serviceLink"
|
||||
placeholder="请输入客服链接"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="协议标题:">
|
||||
<el-input
|
||||
clearable
|
||||
@@ -262,6 +270,7 @@
|
||||
mchId: '1604032585',
|
||||
protocolTitle: '',
|
||||
protocol: '',
|
||||
serviceLink: '',
|
||||
pay: { way: 1, price: '', img: [] }
|
||||
};
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user