|
@@ -371,6 +371,16 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <el-row :gutter="20">
|
|
|
|
|
+ <el-col :span="8">
|
|
|
|
|
+ <el-form-item label="使用方式">
|
|
|
|
|
+ <el-radio-group v-model="form.useMethod">
|
|
|
|
|
+ <el-radio value="点击使用按钮">点击使用按钮</el-radio>
|
|
|
|
|
+ <el-radio value="复制使用链接">复制使用链接</el-radio>
|
|
|
|
|
+ </el-radio-group>
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ </el-row>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-form-item label="使用地址">
|
|
<el-form-item label="使用地址">
|
|
@@ -700,6 +710,7 @@ export default {
|
|
|
smsTemplateId: '',
|
|
smsTemplateId: '',
|
|
|
smsTemplate: '',
|
|
smsTemplate: '',
|
|
|
successButtonText: '马上去使用',
|
|
successButtonText: '马上去使用',
|
|
|
|
|
+ useMethod: '点击使用按钮',
|
|
|
claimLinkType: 'h5地址',
|
|
claimLinkType: 'h5地址',
|
|
|
claimLink: '',
|
|
claimLink: '',
|
|
|
claimMiniAppId: '',
|
|
claimMiniAppId: '',
|
|
@@ -993,6 +1004,7 @@ export default {
|
|
|
rongshuProduct: f.rongshuProduct || '',
|
|
rongshuProduct: f.rongshuProduct || '',
|
|
|
stockCount: (f.isPlatformExchange === '是' && f.productType === '微信立减金') ? f.stockCount : null,
|
|
stockCount: (f.isPlatformExchange === '是' && f.productType === '微信立减金') ? f.stockCount : null,
|
|
|
merchantName: f.merchantName || '',
|
|
merchantName: f.merchantName || '',
|
|
|
|
|
+ useMethod: f.useMethod || '点击使用按钮',
|
|
|
jumpMethod: isNotPlatform ? f.externalJumpMethod : '-',
|
|
jumpMethod: isNotPlatform ? f.externalJumpMethod : '-',
|
|
|
jumpLink: isNotPlatform ? f.externalLink : '-',
|
|
jumpLink: isNotPlatform ? f.externalLink : '-',
|
|
|
exchangeMethod: isNotPlatform
|
|
exchangeMethod: isNotPlatform
|