Browse Source

提交

master
lihenian 5 years ago
parent
commit
926709b881
  1. BIN
      images/home/empty.png
  2. BIN
      images/home/index-empty.png
  3. 2
      pages/index/index.wxml
  4. 2
      pages/toRegister/toRegister.js
  5. 2
      project.config.json

BIN
images/home/empty.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

BIN
images/home/index-empty.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

2
pages/index/index.wxml

@ -141,7 +141,7 @@
</view>
<view class="picture">
<image wx:if="{{item.images.length > 0}}" src="{{item.images[0]}}" mode="aspectFill" />
<image wx:else src="/images/home/empty.png" />
<image wx:else src="/images/home/index-empty.png" />
</view>
<view class="title">{{item.itemContent}}</view>
<view class="progress">

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
}
})
let that = this
const versionNum = '1.0.1'
const versionNum = '1.0.2'
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag

2
project.config.json

@ -14,7 +14,7 @@
"compileType": "miniprogram",
"libVersion": "2.8.2",
"appid": "wx6dcf544cdae7d4ec",
"projectname": "%E7%B2%BE%E8%87%B4%E9%94%A6%E6%B0%B4",
"projectname": "%E7%B2%BE%E8%87%B4%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%91%E7%AB%AF",
"debugOptions": {
"hidedInDevtools": []
},

Loading…
Cancel
Save