Browse Source

接口

master
lihuilin 3 weeks ago
parent
commit
1dd9d02a2b
  1. 5
      README.md
  2. 6
      pages/testInterface/testInterface.vue

5
README.md

@ -0,0 +1,5 @@
## 微信小程序上线全流程
### 1.微信平台注册,地址mp.weixin.qq.com
### 2.填写相关信息,需要微信认证与备案,大约一周时间
### 3.填写合法域名,获取APPID
### 准备上传

6
pages/testInterface/testInterface.vue

@ -7,7 +7,9 @@
<!-- 总金币数 -->
<view class="total-gold">
<view class="total-label">总金币数</view>
<view class="total-label">总金币数</
view>
<view class="total-value">{{ totalGold }}</view>
</view>
@ -121,7 +123,7 @@ const fetchData = async (isLoadMore = false) => {
})
//
if (res[1].statusCode === 200) {
if (res[1].code === 200) {
const result = res[1].data
if (result.code === 200) {
//

Loading…
Cancel
Save