Commit b1130960 authored by ly's avatar ly

隐藏tab

parent 0f6227cd
...@@ -302,12 +302,7 @@ ...@@ -302,12 +302,7 @@
"selectedIconPath": "static/tab/indexf.png", "selectedIconPath": "static/tab/indexf.png",
"text": "首页" "text": "首页"
}, },
{
"pagePath": "pages/indexfinance/index",
"iconPath": "static/tab/index-h.png",
"selectedIconPath": "static/tab/index.png",
"text": "贷款"
},
{ {
"pagePath": "pages/bill/index", "pagePath": "pages/bill/index",
"iconPath": "static/tab/billh.png", "iconPath": "static/tab/billh.png",
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<view class='bill-null' v-else> <view class='bill-null' v-else>
<view class='n-img'></view> <view class='n-img'></view>
<view class='n-text'>目前还没有账单哦~</view> <view class='n-text'>目前还没有账单哦~</view>
<view class='n-btn' @click="goLoan">借钱</view> <view class='n-btn' @click="goLoan">登录</view>
</view> </view>
</view> </view>
</template> </template>
......
This diff is collapsed.
...@@ -9057,7 +9057,7 @@ var render = function () { ...@@ -9057,7 +9057,7 @@ var render = function () {
}, },
}, },
}, },
[_vm._v("去借钱")] [_vm._v("去登录")]
), ),
], ],
1 1
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment