使用客户端的资产图片

wechat_user_type
Ge Hao 8 years ago
parent cf0e4b10c8
commit 4d2231f982
  1. BIN
      images/asset_100100300100.jpg
  2. BIN
      images/asset_RF-WUCHANG.jpg
  3. BIN
      images/asset_TF-WUYI.jpg
  4. 3
      pages/mine/mine.js
  5. 2
      pages/mine/mine.wxml

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

@ -39,9 +39,6 @@ Page({
bindGetPassCode: function(e) {
var that = this
this.setData({
mobile: e.detail.value.mobile,
})
that.setData({disableGetMobileCode: true})
profile.getPassCode(this.data.mobile, function(res) {
if (res.data.code === 20001) {

@ -45,7 +45,7 @@
<block wx:for="{{zichan_slides}}" wx:for-item="slide" wx:key="id">
<view class="item" data-sku="{{slide.sku}}">
<view class="image">
<image class="slide-img" src="{{slide.image}}"/>
<image class="slide-img" src="../../{{slide.image}}"/>
</view>
<view class="desc">
<view class="desc-line"><text>{{slide.name}}</text></view>

Loading…
Cancel
Save