ソースを参照

[我的][修改]:[我的砍价和我的拼团图标显示]

tags/安徽版C.4.1.6最终版
meo 6年前
コミット
046428fb06
3個のファイルの変更13行の追加3行の削除
  1. +2
    -0
      pages/user/index.js
  2. +2
    -2
      pages/user/index.wxml
  3. +9
    -1
      utils/imgurl.js

+ 2
- 0
pages/user/index.js ファイルの表示

@@ -23,6 +23,8 @@ Page({
cardiconUrl: imgurl.cardicon.url,
cheUrl: imgurl.che.url,
giftUrl: imgurl.gift.url,
wmbarginicon: imgurl.wmbarginicon.url,
wmspellgroup: imgurl.wmspellgroup.url,
canIUse: wx.canIUse('official-account'),
flag: 'hidden',
score:'0',


+ 2
- 2
pages/user/index.wxml ファイルの表示

@@ -37,7 +37,7 @@
<navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
<view class="user-btn app-border-bottom">
<view>
<image class='icons' src="{{cheUrl}}" mode='widthFix'></image>我的砍价</view>
<image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
<view>
<text class="iconfont icon-right"></text>
</view>
@@ -47,7 +47,7 @@
<navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
<view class="user-btn app-border-bottom">
<view>
<image class='icons' src="{{cheUrl}}" mode='widthFix'></image>我的拼团</view>
<image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
<view>
<text class="iconfont icon-right"></text>
</view>


+ 9
- 1
utils/imgurl.js ファイルの表示

@@ -496,6 +496,14 @@ module.exports = {
'url': baseUrl + 'shixiao.png',
'name': '失效'
},

'wmbarginicon': {
'url': baseUrl + 'wmbarginicon.png',
'name': '我的砍价'
},
'wmspellgroup': {
'url': baseUrl + 'wmspellgroup.png',
'name': '我的拼团'
},

}

読み込み中…
キャンセル
保存