HolyKnightIX пре 2 година
родитељ
комит
691ac68122
3 измењених фајлова са 24 додато и 5 уклоњено
  1. +2
    -0
      pages/index/index.js
  2. +0
    -4
      pages/user/user.ttml
  3. +22
    -1
      project.config.json

+ 2
- 0
pages/index/index.js Прегледај датотеку

@@ -167,6 +167,7 @@ Page({
}
})
} else {

tt.showToast({
image: './../../assets/images/fail.png',
title: res.message,
@@ -182,6 +183,7 @@ Page({
merchantList: res.data.merchantList
})
} else {
console.log(res, 'res');
tt.showToast({
image: './../../assets/images/fail.png',
title: res.message,


+ 0
- 4
pages/user/user.ttml Прегледај датотеку

@@ -59,10 +59,6 @@
<text>点击复制链接</text>
</view>





<!-- <navigator url='/pages/accountManagement/index?merchant_id={{userInfo.merchant_id}}&merchant_name={{userInfo.merchant_name}}&phone={{userInfo.phone}}' open-type='navigate' hover-class='none'>
<view>
<text>收款账户管理</text>


+ 22
- 1
project.config.json Прегледај датотеку

@@ -1 +1,22 @@
{"setting":{"urlCheck":false,"es6":true,"newFeature":false,"postcss":false,"autoCompile":true,"mockUpdate":true,"minified":false,"autoPush":false,"scripts":false,"mockLogin":false},"appid":"tt1f6669db8058907a01","projectname":"tt富茂B","condition":{"miniprogram":{"current":-1,"list":[]}}}
{
"setting": {
"urlCheck": false,
"es6": true,
"newFeature": false,
"postcss": false,
"autoCompile": true,
"mockUpdate": true,
"minified": false,
"autoPush": false,
"scripts": false,
"mockLogin": false
},
"appid": "tt1f6669db8058907a01",
"projectname": "tt富茂B",
"condition": {
"miniprogram": {
"current": -1,
"list": []
}
}
}

Loading…
Откажи
Сачувај