diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a5504e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## 微信小程序上线全流程 +### 1.微信平台注册,地址mp.weixin.qq.com +### 2.填写相关信息,需要微信认证与备案,大约一周时间 +### 3.填写合法域名,获取APPID +### 准备上传 \ No newline at end of file diff --git a/pages/testInterface/testInterface.vue b/pages/testInterface/testInterface.vue index 769541c..d2b080f 100644 --- a/pages/testInterface/testInterface.vue +++ b/pages/testInterface/testInterface.vue @@ -7,7 +7,9 @@ - 总金币数 + 总金币数 {{ totalGold }} @@ -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) { // 更新总金币数