[FIX]【商品商城】转发记录按钮改为图标,分享到微信url修改

This commit is contained in:
yuweiqi
2020-06-17 15:00:37 +08:00
parent e00da7d200
commit b9187cf353
3 changed files with 3 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -49,9 +49,8 @@ export default {
localStorage.getItem('token') +
'&name=' +
escape(this.loginInfo.name) +
'password=' +
'&password=' +
escape(this.loginInfo.password)
console.log(url)
// eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('bridge', {
flag: 'share',

View File

@@ -5,7 +5,7 @@
<van-notice-bar wrapable :scrollable="false" text="温馨提示:您即将离开本站,访问的链接来源于第三方网站,可能存在风险,请谨慎操作!" />
</div>
<div>
<img src="https://img.yzcdn.cn/vant/apple-1.jpg" alt="" />
<img src="https://img.yzcdn.cn/vant/apple-1.jpg" alt="" width="100%" />
</div>
<div class="p5 pb0 mb40" v-if="isWeixin">
<van-field v-model="loginInfo.name" required label="登录账号" v-validate="'required'" name="登录账号" placeholder="请输入" clearable />
@@ -46,7 +46,7 @@ export default {
btns: [
{
title: '转发记录',
title_color: '#e9332e',
img: this.$assetsUrl + 'images/jilu@3x.png',
route: { flag: '', extra: {} }
}
]