Commit f88e01a1 by liangjianmin

js

parent f1046aff
Showing with 4 additions and 4 deletions
......@@ -2,12 +2,12 @@
<view class="home-index">
<view class="head">
<!-- 未登录 -->
<view class="row verCenter box" v-if="is_login">
<navigator class="row verCenter box" v-if="!is_login" url="/pages/mine/auth">
<view class="row verCenter">
<text class="iconfont icon-juxing"></text>
<text class="t1">未登录</text>
</view>
</view>
</navigator>
<!-- 已登录 -->
<view class="row bothSide verCenter box" v-else>
<view class="row verCenter">
......
const API_BASE = 'https://api.ichunt.com';
//const API_BASE = 'http://supplyapi.liexin.com'
//const API_BASE = 'https://api.ichunt.com';
const API_BASE = 'http://supplyapi.liexin.com'
const API = {
/**
* 绑定微信号
......
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 sign in to comment