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