no message
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
</view>
|
||||
<u-icon name="arrow-right" color="#999" size="14" class="select-icon"></u-icon>
|
||||
</view>
|
||||
<view class="select-box" @click="onOk(1)">
|
||||
<!-- <view class="select-box" @click="onOk(1)">
|
||||
<image src="@/static/new/shu_1.png"></image>
|
||||
<view class="select-box-one">
|
||||
<text class="text-32 text-zu1">alpha数字积分</text>
|
||||
<text class="text-26 text-fu1">通过邮箱兑换</text>
|
||||
</view>
|
||||
<u-icon name="arrow-right" color="#999" size="14" class="select-icon"></u-icon>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</u-popup>
|
||||
</template>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<Header title="账户管理" bgColor="rgba(0,0,0,0)" />
|
||||
<view class="setting-view">
|
||||
<view class="tab-view">
|
||||
<view class="tab-list" v-for="(item,index) in tabList" :key="index" @click="onTab(index)">
|
||||
<text class="text-fu text-28" :style="{color:type == index ? '#7934F6' :'#666' }">{{item}}</text>
|
||||
<view class="tab-list" v-for="(item,index) in tabList" :key="index" @click="onTab(index)" >
|
||||
<text class="text-fu text-28" v-if="index != 1" :style="{color:type == index ? '#7934F6' :'#666' }">{{item}}</text>
|
||||
<view class="tab-line" v-if="type == index"></view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -68,7 +68,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
exchUsers(){
|
||||
getExchUsers().then(res=>{
|
||||
getExchUsers({name:'WALLET'}).then(res=>{
|
||||
if (res && res.bizcode === 100) {
|
||||
this.dataList = res.data.entitys ? res.data.entitys : [];
|
||||
}
|
||||
@@ -113,6 +113,7 @@ export default {
|
||||
this.onClose();
|
||||
},
|
||||
acctBalance() {
|
||||
|
||||
getAcctBalance().then(resp=>{
|
||||
if (resp && resp.bizcode === 100) {
|
||||
this.curData = null;
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
// export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境
|
||||
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
||||
|
||||
export const BASE_URL = "https://api.tbmall.xin"; //生产
|
||||
// export const BASE_URL = "https://api.tbmall.xin"; //生产
|
||||
// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试
|
||||
// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
|
||||
export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
|
||||
|
||||
export const SHARE_URL = 'https://h.tbmall.xin';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user