Commit a2c972e3 by huaying

fix: 新建欢迎语bug修改

parent 86bf292d
......@@ -141,7 +141,7 @@
<i class="el-alert__icon el-icon-info"></i>
<div class="el-alert__content">
<p class="el-alert__title">
1、要在欢迎语中发送小程序,需先在【好办后台-设置-应用接入-小程序接入-小程序添加】中添加此小程序;<br />
1、要在欢迎语中发送小程序,需先在【好办后台-企业设置-企业信息-小程序添加】中添加此小程序;<br />
2、请确保此处欢迎语中所添加的小程序在企业微信后台也已经创建,否则欢迎语在发送的时候会被企微拦截,导致发送失败; <br />
3、在不同开平的情况下,可选择“带参会员小程序”,以便于“客户”身份与“好友”身份的对应;<br />
</p>
......@@ -354,7 +354,8 @@ export default {
this.appTableData.push({
miniprogramName: '带参会员小程序',
miniprogramSettingId: '-1',
imageUrl: 'https://other-1251519181.cos.ap-shanghai.myqcloud.com/haoban/20220316151939/1b31e9f76ff1ac4340e5e66497df7cea.png',
// imageUrl: 'https://other-1251519181.cos.ap-shanghai.myqcloud.com/haoban/20220316151939/1b31e9f76ff1ac4340e5e66497df7cea.png',
imageUrl: resData.result ? resData.result[0].imageUrl : 'https://other-1251519181.cos.ap-shanghai.myqcloud.com/haoban/20220316151939/1b31e9f76ff1ac4340e5e66497df7cea.png',
title: '带参会员小程序'
});
}
......
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