mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 03:46:43 +08:00
[FIX]【商品商城】转发记录按钮改为图标,分享到微信url修改
This commit is contained in:
BIN
src/assets/images/jilu@3x.png
Normal file
BIN
src/assets/images/jilu@3x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
@@ -49,9 +49,8 @@ export default {
|
|||||||
localStorage.getItem('token') +
|
localStorage.getItem('token') +
|
||||||
'&name=' +
|
'&name=' +
|
||||||
escape(this.loginInfo.name) +
|
escape(this.loginInfo.name) +
|
||||||
'password=' +
|
'&password=' +
|
||||||
escape(this.loginInfo.password)
|
escape(this.loginInfo.password)
|
||||||
console.log(url)
|
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
EWebBridge.webCallAppInJs('bridge', {
|
EWebBridge.webCallAppInJs('bridge', {
|
||||||
flag: 'share',
|
flag: 'share',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<van-notice-bar wrapable :scrollable="false" text="温馨提示:您即将离开本站,访问的链接来源于第三方网站,可能存在风险,请谨慎操作!" />
|
<van-notice-bar wrapable :scrollable="false" text="温馨提示:您即将离开本站,访问的链接来源于第三方网站,可能存在风险,请谨慎操作!" />
|
||||||
</div>
|
</div>
|
||||||
<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>
|
||||||
<div class="p5 pb0 mb40" v-if="isWeixin">
|
<div class="p5 pb0 mb40" v-if="isWeixin">
|
||||||
<van-field v-model="loginInfo.name" required label="登录账号" v-validate="'required'" name="登录账号" placeholder="请输入" clearable />
|
<van-field v-model="loginInfo.name" required label="登录账号" v-validate="'required'" name="登录账号" placeholder="请输入" clearable />
|
||||||
@@ -46,7 +46,7 @@ export default {
|
|||||||
btns: [
|
btns: [
|
||||||
{
|
{
|
||||||
title: '转发记录',
|
title: '转发记录',
|
||||||
title_color: '#e9332e',
|
img: this.$assetsUrl + 'images/jilu@3x.png',
|
||||||
route: { flag: '', extra: {} }
|
route: { flag: '', extra: {} }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user