no message

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