Commit c02a276a by crushh

Merge branch 'feature/2月迭代' into dev

parents c0859ea1 15f7958b
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</div> </div>
</div> </div>
<el-dialog title="加好友配置" :visible.sync="dialogVisible" width="590px" :before-close="handleClose"> <el-dialog title="加好友配置" :visible.sync="dialogVisible" width="590px" :before-close="handleClose">
<span class="tips">好办欢迎语支持文字、图片、视频、文件、链接及小程序</span> <span class="tips">好办欢迎语支持文字、图片、视频、文件、链接</span>
<el-form label-width="100px" style="margin-top:20px"> <el-form label-width="100px" style="margin-top:20px">
<el-form-item label="加好友配置"> <el-form-item label="加好友配置">
<div v-for="(val, key) in friendSettingTypeOption" :key="key"> <div v-for="(val, key) in friendSettingTypeOption" :key="key">
...@@ -88,13 +88,12 @@ export default { ...@@ -88,13 +88,12 @@ export default {
return { return {
friendSettingTypeOption: [ friendSettingTypeOption: [
{ label: 2, content: '发送【好办欢迎语】+【带导购参数的公众号二维码】' }, { label: 2, content: '发送【好办欢迎语】+【带导购参数的公众号二维码】' },
{ label: 1, content: '发送【好办欢迎语】+【带导购参数的会员小程序卡片】' }, { label: 1, content: '发送【好办欢迎语】+【带导购参数的会员小程序卡片】' }
{ label: 3, content: '发送【好办欢迎语】' }
], ],
title: '', title: '',
wxEnterpriseId: localStorage.getItem('userInfos') ? JSON.parse(localStorage.getItem('userInfos')).wxEnterpriseId : '', wxEnterpriseId: localStorage.getItem('userInfos') ? JSON.parse(localStorage.getItem('userInfos')).wxEnterpriseId : '',
friendSettingType: '', friendSettingType: '',
type: 1, type: 2,
friendSettingId: '', friendSettingId: '',
btnLoading: false, btnLoading: false,
dialogVisible: false, dialogVisible: false,
...@@ -148,7 +147,7 @@ export default { ...@@ -148,7 +147,7 @@ export default {
if (resData.code == 0 && resData.result) { if (resData.code == 0 && resData.result) {
const { friendSettingId, friendSettingType } = resData.result; const { friendSettingId, friendSettingType } = resData.result;
this.friendSettingId = friendSettingId; this.friendSettingId = friendSettingId;
this.type = friendSettingType; this.type = friendSettingType ? friendSettingType : 2;
this.friendSettingType = friendSettingType; this.friendSettingType = friendSettingType;
} }
}); });
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</ul> </ul>
<div slot="reference" style="cursor: pointer; display: inline-block;"> <div slot="reference" style="cursor: pointer; display: inline-block;">
<i class="iconfont-hb3 icontianjiajiahaowubiankuang"></i> <i class="iconfont-hb3 icontianjiajiahaowubiankuang"></i>
<p>添加图片/视频/文件/链接/小程序</p> <p>添加图片/视频/文件/链接</p>
</div> </div>
</el-popover> </el-popover>
<p style="font-size:12px;color:#909399">(附件不超过9个,单个大小不超过2M,小程序仅支持添加1个)</p> <p style="font-size:12px;color:#909399">(附件不超过9个,单个大小不超过2M,小程序仅支持添加1个)</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment