no message
This commit is contained in:
+3
-2
@@ -3,7 +3,7 @@
|
|||||||
"appid" : "__UNI__4910728",
|
"appid" : "__UNI__4910728",
|
||||||
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
||||||
"versionName" : "1.0.1",
|
"versionName" : "1.0.1",
|
||||||
"versionCode" : 140,
|
"versionCode" : 141,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
@@ -83,7 +83,8 @@
|
|||||||
"appid" : "wx7a5902cd556d9396",
|
"appid" : "wx7a5902cd556d9396",
|
||||||
"UniversalLinks" : "https://app.tbmall.xin/uni-universallinks/__UNI__4910728/"
|
"UniversalLinks" : "https://app.tbmall.xin/uni-universallinks/__UNI__4910728/"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"share" : {}
|
||||||
},
|
},
|
||||||
"icons" : {
|
"icons" : {
|
||||||
"android" : {
|
"android" : {
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<TopSafe bgColor="#fff"></TopSafe>
|
<TopSafe bgColor="#fff"></TopSafe>
|
||||||
<Header bgColor="#fff" title="兑换区块链数字积分" />
|
<Header bgColor="#fff" title="兑换区块链数字积分" >
|
||||||
|
<template v-slot:right>
|
||||||
|
<text class="text-32 text-zi" @click="onRight">记录</text>
|
||||||
|
</template>
|
||||||
|
</Header>
|
||||||
<view class="setting-view">
|
<view class="setting-view">
|
||||||
<text class="text-32 text-fu" style="margin:54rpx 0 32rpx">兑换地址</text>
|
<text class="text-32 text-fu" style="margin:54rpx 0 32rpx">兑换地址</text>
|
||||||
<view class="input-box">
|
<view class="input-box">
|
||||||
@@ -142,6 +146,11 @@ export default {
|
|||||||
this.getExchUsersList();
|
this.getExchUsersList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
onRight(){
|
||||||
|
uni.navigateTo({
|
||||||
|
url:'/pages/rwa_package/rwa_withdrawal_log/rwa_withdrawal_log?back=withdrawal'
|
||||||
|
})
|
||||||
|
},
|
||||||
acctBalance() {
|
acctBalance() {
|
||||||
getAcctBalance().then(resp=>{
|
getAcctBalance().then(resp=>{
|
||||||
if (resp && resp.bizcode === 100) {
|
if (resp && resp.bizcode === 100) {
|
||||||
@@ -218,9 +227,15 @@ export default {
|
|||||||
// CryptoJS.MD5(form.password).toString();
|
// CryptoJS.MD5(form.password).toString();
|
||||||
exchTransfer(params).then(res=>{
|
exchTransfer(params).then(res=>{
|
||||||
if (res.bizcode === 100) {
|
if (res.bizcode === 100) {
|
||||||
|
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pages/rwa_package/account/shuSuccess?money=${this.inputThree}`
|
url:`/pages/rwa_package/account/shuSuccess?money=${this.inputThree}`
|
||||||
})
|
})
|
||||||
|
this.inputOne = '';
|
||||||
|
this.inputTwo = 'BNB Smart Chain(BEP20)';
|
||||||
|
this.inputThree = '';
|
||||||
|
this.inputFour = '';
|
||||||
} else {
|
} else {
|
||||||
this.$refs.uToastRef.show({
|
this.$refs.uToastRef.show({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
|
|||||||
@@ -225,9 +225,15 @@ export default {
|
|||||||
// CryptoJS.MD5(form.password).toString();
|
// CryptoJS.MD5(form.password).toString();
|
||||||
exchTransfer(params).then(res=>{
|
exchTransfer(params).then(res=>{
|
||||||
if (res.bizcode === 100) {
|
if (res.bizcode === 100) {
|
||||||
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:`/pages/rwa_package/account/shuSuccess?money=${this.inputThree}`
|
url:`/pages/rwa_package/account/shuSuccess?money=${this.inputThree}`
|
||||||
})
|
})
|
||||||
|
this.inputOne = '';
|
||||||
|
this.inputTwo = '';
|
||||||
|
this.inputThree = '';
|
||||||
|
this.inputFour = '';
|
||||||
|
this.id = '';
|
||||||
} else {
|
} else {
|
||||||
this.$refs.uToastRef.show({
|
this.$refs.uToastRef.show({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
|
|||||||
@@ -36,20 +36,21 @@
|
|||||||
</shopHeader>
|
</shopHeader>
|
||||||
<view class="swiper-box">
|
<view class="swiper-box">
|
||||||
<view class="swiper-card">
|
<view class="swiper-card">
|
||||||
<up-swiper
|
<u-swiper
|
||||||
:list="swiperList"
|
:list="swiperList"
|
||||||
style="width: 100%; border-radius: 20rpx; height: 160rpx"
|
style="width: 100%; border-radius: 20rpx; height: 218rpx"
|
||||||
circular
|
circular
|
||||||
@click="onSwiperClick"
|
@click="onSwiperClick"
|
||||||
@change="(e) => (currentNum = e.current)"
|
@change="(e) => (currentNum = e.current)"
|
||||||
></up-swiper>
|
imgMode="scaleToFill"
|
||||||
|
></u-swiper>
|
||||||
</view>
|
</view>
|
||||||
<view class="swiper-title">
|
<view class="swiper-title">
|
||||||
<image
|
<image
|
||||||
src="/static/home/shop-intro.png"
|
src="/static/home/shop-intro.png"
|
||||||
style="width: 308rpx; height: 30rpx"
|
style="width: 308rpx; height: 30rpx"
|
||||||
></image>
|
></image>
|
||||||
<view class="swiper-center">信任桥-畅享全球好物</view>
|
<view class="swiper-center text-zi">信任桥-畅享全球好物</view>
|
||||||
<image
|
<image
|
||||||
@click="goShare"
|
@click="goShare"
|
||||||
src="/static/home/shop-go.png"
|
src="/static/home/shop-go.png"
|
||||||
@@ -213,10 +214,14 @@ export default {
|
|||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
.swiper-card {
|
.swiper-card {
|
||||||
padding: 12rpx 32rpx 0;
|
padding: 12rpx 32rpx 0;
|
||||||
|
height:200rpx;
|
||||||
}
|
}
|
||||||
.swiper-title {
|
.swiper-title {
|
||||||
padding: 3rpx 10rpx;
|
padding: 3rpx 16rpx;
|
||||||
// position: absolute;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
// left: -14rpx;
|
// left: -14rpx;
|
||||||
// top: 164rpx;
|
// top: 164rpx;
|
||||||
height: 56rpx;
|
height: 56rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user