修改电表倍率字段
This commit is contained in:
parent
0522d517e0
commit
26ec060327
6
app.json
6
app.json
|
@ -41,12 +41,6 @@
|
|||
"iconPath": "/assets/tabbar/home.png",
|
||||
"selectedIconPath": "/assets/tabbar/home_select.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/special/index",
|
||||
"text": "专区",
|
||||
"iconPath": "/assets/tabbar/special.png",
|
||||
"selectedIconPath": "/assets/tabbar/special_select.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/index",
|
||||
"text": "我的",
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
</van-col>
|
||||
<van-col span="6">
|
||||
<view class="tableTitle"> 倍率 </view>
|
||||
<view class="tableContent"> {{item.displayRatio}} </view>
|
||||
<view class="tableContent"> {{item.ratio}} </view>
|
||||
</van-col>
|
||||
</van-row>
|
||||
<van-row>
|
||||
|
|
|
@ -51,8 +51,8 @@ Page({
|
|||
switch (envVersion) {
|
||||
// 开发版
|
||||
case 'develop':
|
||||
// api = `http://localhost:9001`;
|
||||
api = `https://zgd.hbhcbn.com/recharge-print-api-test`;
|
||||
api = `http://localhost:9001`;
|
||||
// api = `https://zgd.hbhcbn.com/recharge-print-api-test`;
|
||||
// api = `https://zgd.hbhcbn.com/recharge-print-api-test`;
|
||||
break;
|
||||
// 体验版
|
||||
|
|
Loading…
Reference in New Issue
Block a user