Browse Source

带啊吗

master
Dread 4 years ago
parent
commit
d0ac000009
  1. 38
      pages/menu/sendToken/addAddress/index.vue
  2. 2
      pages/menu/token/btc/index.css
  3. 4
      pages/menu/token/btc/index.vue
  4. 216
      pages/menu/wallet/mwallet/manage/index.vue
  5. 128
      unpackage/dist/dev/app-plus/app-service.js
  6. 102
      unpackage/dist/dev/app-plus/app-view.js

38
pages/menu/sendToken/addAddress/index.vue

@ -16,9 +16,8 @@
</view> </view>
<view class="inputcon"> <view class="inputcon">
<input type="text" value="" v-model="value" <input type="text" value="" v-model="value"
placeholder-style="font-size: 30rpx; color: #D0D0D2;" placeholder-style="font-size: 30rpx; color: #D0D0D2;" :placeholder="teee1" class="input1"
:placeholder="teee1" class="input1" @click="showSelect()" @click="showSelect()" :disabled="true" />
:disabled="true" />
<image src="../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"> <image src="../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1">
</image> </image>
</view> </view>
@ -32,10 +31,10 @@
</view> </view>
<view class="inputcon"> <view class="inputcon">
<input type="text" value="" @input="showSave()" <input type="text" value="" @input="showSave()"
placeholder-style="font-size: 30rpx; color: #D0D0D2;" placeholder-style="font-size: 30rpx; color: #D0D0D2;" :placeholder="teee2" class="input1"
:placeholder="teee2" class="input1" v-model="bigAddress" /> v-model="bigAddress" />
<image src="../../../../static/tongyonh/Frame330.png" mode="aspectFit" class="img2" <image src="../../../../static/tongyonh/Frame330.png" mode="aspectFit" class="img2"
@click="chooseImage"></image> @click="scanCode"></image>
</view> </view>
</view> </view>
@ -48,8 +47,8 @@
</view> </view>
<view class="inputcon"> <view class="inputcon">
<input type="text" @input="showSave" value="" <input type="text" @input="showSave" value=""
placeholder-style="font-size: 30rpx; color: #D0D0D2;" :placeholder="teee3" placeholder-style="font-size: 30rpx; color: #D0D0D2;" :placeholder="teee3" class="input1"
class="input1" v-model="addressName" /> v-model="addressName" />
</view> </view>
</view> </view>
@ -87,7 +86,7 @@
</view> </view>
</u-radio-group> </u-radio-group>
<view class="select_btn" @click="selectA"> <view class="select_btn" @click="selectA">
{{i18n.langSelect}} {{i18n.langSelect}}
</view> </view>
</view> </view>
</view> </view>
@ -102,9 +101,9 @@
export default { export default {
data() { data() {
return { return {
teee1:this.$t('index').selectcurrency, teee1: this.$t('index').selectcurrency,
teee2:this.$t('index').Pleaserecipientaddress, teee2: this.$t('index').Pleaserecipientaddress,
teee3:this.$t('index').enterthename, teee3: this.$t('index').enterthename,
info: {}, info: {},
addressName: '', addressName: '',
bigAddress: '', bigAddress: '',
@ -133,7 +132,7 @@
], ],
// u-radio-groupv-modelradioname // u-radio-groupv-modelradioname
value: '', value: '',
transfer:'', transfer: '',
} }
}, },
onLoad() { onLoad() {
@ -148,18 +147,17 @@
selectA() { selectA() {
this.show = false this.show = false
}, },
// scanCode() {
chooseImage() {
var _this = this var _this = this
uni.chooseImage({ uni.scanCode({
count: 1, //9
sizeType: ['original', 'compressed'], //
sourceType: ['album', 'camera'], //
success: function(res) { success: function(res) {
_this.imgShow = res.tempFilePaths[0] console.log('扫码内容', res.result)
_this.bigAddress = res.result;
} }
}); });
}, },
handove2(item, index) { handove2(item, index) {
this.value = item.name; this.value = item.name;
this.show = false; this.show = false;

2
pages/menu/token/btc/index.css

@ -41,7 +41,7 @@
.textcon1 .text1 { .textcon1 .text1 {
color: #fff; color: #fff;
font-size: 56rpx; font-size: 50rpx;
} }
.textcon1 .text1 .text2 { .textcon1 .text1 .text2 {

4
pages/menu/token/btc/index.vue

@ -13,9 +13,9 @@
<view class="textcon1"> <view class="textcon1">
<text class="text1"> <text class="text1">
<view class=""> <view class="">
{{coin.balance}} {{coin.balance}} {{coin.name}}
</view> </view>
<text class="text2"> $ {{coin.balancePrice}}</text> <text class="text2"> $ {{coin.balancePrice?coin.balancePrice:0}}</text>
</text> </text>
<image src="../../../../static/tongyonh/ethereum.png" mode="aspectFit" class="img1" <image src="../../../../static/tongyonh/ethereum.png" mode="aspectFit" class="img1"
v-if="coin.type=='ETH'&&!coin.contractAddress"></image> v-if="coin.type=='ETH'&&!coin.contractAddress"></image>

216
pages/menu/wallet/mwallet/manage/index.vue

@ -1,72 +1,74 @@
<template> <template>
<view class=""> <view class="">
<navigation :showBack="false" :bgnum="true"> <navigation :showBack="false" :bgnum="true">
<image src="../../../../../static/tongyonh/Vector.png" mode="aspectFit" class="back" @click="back()"></image> <image src="../../../../../static/tongyonh/Vector.png" mode="aspectFit" class="back" @click="back()">
</image>
<text class="big_title"> <text class="big_title">
{{i18n.Manage}} {{i18n.Manage}}
</text> </text>
</navigation> </navigation>
<view class="main"> <view class="main">
<view class="item"> <view class="item">
<view class="text1"> <view class="text1">
{{i18n.Address}} {{i18n.Address}}
</view> </view>
<view class="text2"> <view class="text2">
{{userObj.address}} {{userObj.address}}
</view> </view>
</view> </view>
<view class="item item2"> <view class="item item2">
<view class="name flex bor" @click="showAddress=true"> <view class="name flex bor" @click="showAddress=true">
<view class="text1"> <view class="text1">
{{i18n.Name}} {{i18n.Name}}
</view> </view>
<view class="address" > <view class="address">
<<<<<<< HEAD <!-- <text v-if="userObj.name=='BTC'">{{i18n.Setname}}</text>
<text v-if="userObj.name=='BTC'">{{i18n.Setname}}</text>
<text v-else-if="userObj.name=='ETH'">{{i18n.Setname}}</text> <text v-else-if="userObj.name=='ETH'">{{i18n.Setname}}</text>
<text v-else-if="userObj.name=='TRX'">{{i18n.Setname}}</text> <text v-else-if="userObj.name=='TRX'">{{i18n.Setname}}</text> -->
<text v-else>{{userObj.name}}</text> <text>{{userObj.name}}</text>
=======
{{userObj.name}}
>>>>>>> 597f46eb933c677e991915c5a7fe52f9e8d27baa
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image>
</view>
</view>
<view class="name flex" @click="goTrans()" v-if="itemMnemonic">
<view class="text1">
{{i18n.backupMneTit}}
</view>
<view class="address">
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image>
</view>
</view>
<view class="name flex" @click="goKey()">
<view class="text1">
{{i18n.Backupprivatekey}}
</view>
<view class="address">
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit" class="img1"></image>
</view>
</view>
</view>
<view class="showAddress" v-if="showAddress"> <image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit"
<image src="../../../../../static/tongyonh/xg.png" mode="aspectFit" class="img1" @click="showAddress=false"></image> class="img1"></image>
<view class="title"> </view>
{{i18n.Newwalletname}} </view>
</view> <view class="name flex" @click="goTrans()" v-if="itemMnemonic">
<u-input :placeholder="teee" border-color="#E9EDF7" v-model="value" :type="type" :border="border" /> <view class="text1">
<view class="btnconn"> {{i18n.backupMneTit}}
<view class="btn" @click="showAddress=false"> </view>
{{i18n.Cancel}} <view class="address">
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit"
class="img1"></image>
</view>
</view> </view>
<view class="btn active" @click="setName()"> <view class="name flex" @click="goKey()">
{{i18n.Confirm}} <view class="text1">
{{i18n.Backupprivatekey}}
</view>
<view class="address">
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit"
class="img1"></image>
</view>
</view> </view>
</view> </view>
</view> <view class="showAddress" v-if="showAddress">
<image src="../../../../../static/tongyonh/xg.png" mode="aspectFit" class="img1"
@click="showAddress=false"></image>
<view class="title">
{{i18n.Newwalletname}}
</view>
<u-input :placeholder="teee" border-color="#E9EDF7" v-model="value" :type="type" :border="border" />
<view class="btnconn">
<view class="btn" @click="showAddress=false">
{{i18n.Cancel}}
</view>
<view class="btn active" @click="setName()">
{{i18n.Confirm}}
</view>
</view>
</view>
@ -78,7 +80,7 @@
<u-mask z-index='100' :show="showAddress" @click="showAddress = false"></u-mask> <u-mask z-index='100' :show="showAddress" @click="showAddress = false"></u-mask>
</view> </view>
@ -89,79 +91,79 @@
export default { export default {
data() { data() {
return { return {
teee:this.$t('index').walletname, teee: this.$t('index').walletname,
value: '', value: '',
type: 'text', type: 'text',
border: true, border: true,
height: 90, height: 90,
autoHeight: true, autoHeight: true,
showAddress:false, showAddress: false,
userObj:{}, userObj: {},
itemMnemonic:true, itemMnemonic: true,
walletInfo:{}, walletInfo: {},
nameIndex:-1, nameIndex: -1,
} }
}, },
methods: { methods: {
back(){ back() {
uni.navigateTo({ uni.navigateTo({
url:'/pages/menu/wallet/mwallet/index' url: '/pages/menu/wallet/mwallet/index'
}) })
}, },
setName(){ setName() {
if(this.value==''){ if (this.value == '') {
uni.showToast({ uni.showToast({
title:this.$t('index').Namecannot, title: this.$t('index').Namecannot,
icon: 'none', icon: 'none',
duration: 1500 duration: 1500
}) })
} }
console.log(this.userObj,2222) console.log(this.userObj, 2222)
this.userObj.name=this.value; this.userObj.name = this.value;
this.$walletUtil.updateWalletName(this.userObj.type,this.userObj.address,this.value) this.$walletUtil.updateWalletName(this.userObj.type, this.userObj.address, this.value)
uni.showToast({ uni.showToast({
title: this.$t('index').Successful, title: this.$t('index').Successful,
icon: 'success', icon: 'success',
duration: 1500 duration: 1500
}) })
this.showAddress=false; this.showAddress = false;
setTimeout(()=>{ setTimeout(() => {
uni.navigateTo({ uni.navigateTo({
url:'../../mwallet/index' url: '../../mwallet/index'
}) })
},1500) }, 1500)
}, },
goTrans(){ goTrans() {
console.log(this.userObj,444) console.log(this.userObj, 444)
uni.setStorageSync('backWordInfo',this.userObj) uni.setStorageSync('backWordInfo', this.userObj)
uni.navigateTo({ uni.navigateTo({
url:'/pages/menu/backUp/transPawMan/index' url: '/pages/menu/backUp/transPawMan/index'
}) })
}, },
goKey(){ goKey() {
// //
uni.setStorageSync('keyInfo',this.userObj) uni.setStorageSync('keyInfo', this.userObj)
uni.navigateTo({ uni.navigateTo({
url:'../../../backUp/transPawKeyOut/index' url: '../../../backUp/transPawKeyOut/index'
}) })
},
}, },
onLoad: function(option) {
this.userObj = uni.getStorageSync('addressDetailInfo')
console.log(this.userObj, 45454554)
//
if (!this.userObj.mnemonic) {
this.itemMnemonic = false;
}
}, },
onLoad: function(option) { computed: {
this.userObj = uni.getStorageSync('addressDetailInfo') i18n() {
console.log(this.userObj,45454554) return this.$t('index')
//
if(!this.userObj.mnemonic){
this.itemMnemonic=false;
}
}, },
computed: { },
i18n() {
return this.$t('index')
},
},
}; };
</script> </script>
<style scoped> <style scoped>

128
unpackage/dist/dev/app-plus/app-service.js

File diff suppressed because one or more lines are too long

102
unpackage/dist/dev/app-plus/app-view.js

@ -2316,7 +2316,7 @@ var render = function() {
{ staticClass: _vm._$g(7, "sc"), attrs: { _i: 7 } }, { staticClass: _vm._$g(7, "sc"), attrs: { _i: 7 } },
[ [
_c("v-uni-view", { attrs: { _i: 8 } }, [ _c("v-uni-view", { attrs: { _i: 8 } }, [
_vm._v(_vm._$g(8, "t0-0")) _vm._v(_vm._$g(8, "t0-0") + " " + _vm._$g(8, "t0-1"))
]), ]),
_c( _c(
"v-uni-text", "v-uni-text",
@ -3649,7 +3649,7 @@ if(false) {}
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10); var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/runtime/api.js */ 10);
exports = ___CSS_LOADER_API_IMPORT___(false); exports = ___CSS_LOADER_API_IMPORT___(false);
// Module // Module
exports.push([module.i, "\n.renYou {\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tposition: absolute;\r\n\tright: 30rpx;\n}\n.head {\r\n\t/* background: #FAFAFA !important; */\r\n\tposition: -webkit-sticky;\r\n\tposition: sticky;\r\n\r\n\r\n\r\n\r\n\ttop: 0;\r\n\r\n\tz-index: 999;\n}\n.big_title {\r\n\tfont-size: 36rpx;\n}\n.main .money_con {\r\n\tdisplay: block;\r\n\twidth: 95%;\r\n\tmargin: 0 auto;\r\n\tmargin-top: 50rpx;\r\n\tmargin-bottom: 50rpx;\r\n\theight: 320rpx;\r\n\tbackground-image: linear-gradient(to right, #FF820C, #FFB606);\r\n\tpadding: 40rpx 50rpx;\r\n\tborder-radius: 24rpx;\n}\n.textcon1 {\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: space-between;\r\n\tline-height: 56rpx;\n}\n.textcon1 .text1 {\r\n\tcolor: #fff;\r\n\tfont-size: 56rpx;\n}\n.textcon1 .text1 .text2 {\r\n\tcolor: #fff;\r\n\tfont-size: 32rpx;\n}\n.textcon1 .img1 {\r\n\twidth: 100rpx;\r\n\theight: 110rpx;\n}\n.back{\r\n\t\twidth: 16rpx;\r\n\t\theight: 24rpx;\r\n\t\tposition: absolute;\r\n\t\tleft:36rpx;\r\n\t top: 50%;\r\n\t\t-webkit-transform: translateY(-50%);\r\n\t\t transform: translateY(-50%);\n}\n.textcon1 .v1 {}\n.textcon1 .v1 .t1 {\r\n\tcolor: #fff;\r\n\tfont-size: 32rpx;\n}\n.textcon1 .v1 .t2 {\r\n\tcolor: #fff;\r\n\tfont-size: 24rpx;\n}\n.textcon1 .v2 {\r\n\tmargin-right: 100rpx;\n}\n.select_con {\r\n\twidth: 100%;\r\n\tpadding-bottom: 260rpx;\n}\n.select_con .select {\r\n\tmargin: 0 12px;\r\n\tborder-radius: 30rpx;\r\n\tbackground-color: #fff;\r\n\tbox-shadow: 0 0 30px #EBEEF1;\n}\n .u-tabs {\r\n\tborder-bottom: 2rpx solid #F6F8FD;\r\n\tborder-radius: 30rpx 30rpx 0 0;\n}\n.select_con .item1 {\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\tpadding-top: 60rpx;\r\n\tpadding-bottom: 50rpx;\r\n\tborder-bottom: 2rpx solid #F6F8FD;\r\n\tpadding-left: 40rpx;\r\n\tpadding-right: 24rpx;\n}\n.select_con .item1 .lef_con {\r\n\tdisplay: flex;\r\n\talign-items: center;\n}\n.select_con .item1 .lef_con .img1 {\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\n}\n.select_con .item1 .lef_con .textcon {\r\n\tmargin-left: 24rpx;\n}\n.select_con .item1 .lef_con .textcon .text1 {\r\n\tfont-size: 26rpx;\n}\n.select_con .item1 .lef_con .textcon .text2 {\r\n\tfont-size: 22rpx;\r\n\tcolor: #999;\n}\n.select_con .item1 .rig_con .text1 {\r\n\tfont-size: 24rpx;\n}\n.select_con .item1 .rig_con .img1 {\r\n\twidth: 28rpx;\r\n\theight: 20rpx;\r\n\tfloat: right;\r\n\tmargin-top: 20rpx;\n}\n.select_con .item1 .rig_con .img2 {\r\n\twidth: 28rpx;\r\n\theight: 40rpx;\r\n\tfloat: right;\r\n\tmargin-top: 20rpx;\n}\n.btnconn {\r\n\tposition: fixed;\r\n\tbottom: 0;\r\n\tbackground-color: #fff;\r\n\tpadding: 24rpx 24rpx;\r\n\twidth: 100%;\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\n}\n.btnconn .btn {\r\n\twidth: 306rpx;\r\n\tline-height: 78rpx;\r\n\tborder-radius: 30rpx;\r\n\tborder: 2rpx solid #5B53FF;\r\n\ttext-align: center;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tcolor: #5B53FF;\r\n\tjustify-content: center;\r\n\tfont-size: 28rpx;\r\n\tposition: relative;\n}\n.active {\r\n\tcolor: #fff !important;\r\n\tbackground-color: #5B53FF;\n}\n.btnconn .btn .img1 {\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\n}\n.arrow-up-left {\r\n\twidth: 44rpx;\r\n\theight: 44rpx;\r\n\tposition: absolute;\r\n\ttop: 50%;\r\n\t-webkit-transform: translateY(-50%);\r\n\t transform: translateY(-50%);\r\n\tleft: 68rpx;\n}\n.btn13 {\r\n\tmargin-left: 40rpx;\n}\n.main .money_con {\r\n\tmargin-top: 32rpx;\r\n\tbackground-image: linear-gradient(to right, #6441CF, #877BFE);\r\n\theight: 320rpx;\r\n\tpadding: 40rpx 36rpx;\r\n\tposition: relative;\r\n\tborder-radius: 24rpx;\n}\n.main .money_con2 {\r\n\tmargin-top: 32rpx;\r\n\tbackground-image: linear-gradient(to right, #FF820C, #FFB606);\r\n\theight: 320rpx;\r\n\tpadding: 40rpx 36rpx;\r\n\tposition: relative;\r\n\tborder-radius: 24rpx;\n}\n.main .money_con3 {\r\n\tmargin-top: 32rpx;\r\n\tbackground-image: linear-gradient(to right, #B6162A, #F96D7D);\r\n\theight: 320rpx;\r\n\tpadding: 40rpx 36rpx;\r\n\tposition: relative;\r\n\tborder-radius: 24rpx;\n}\n.select_con .item1 .rig_con .text1 uni-text {\r\n\tmargin-left: 10rpx;\n}\n .u-empty {\r\n\tpadding: 30px !important;\n}\n.scroll{\r\n\tmax-height: 1000rpx;\r\n\toverflow-y: scroll;\n}\r\n", ""]); exports.push([module.i, "\n.renYou {\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\r\n\tposition: absolute;\r\n\tright: 30rpx;\n}\n.head {\r\n\t/* background: #FAFAFA !important; */\r\n\tposition: -webkit-sticky;\r\n\tposition: sticky;\r\n\r\n\r\n\r\n\r\n\ttop: 0;\r\n\r\n\tz-index: 999;\n}\n.big_title {\r\n\tfont-size: 36rpx;\n}\n.main .money_con {\r\n\tdisplay: block;\r\n\twidth: 95%;\r\n\tmargin: 0 auto;\r\n\tmargin-top: 50rpx;\r\n\tmargin-bottom: 50rpx;\r\n\theight: 320rpx;\r\n\tbackground-image: linear-gradient(to right, #FF820C, #FFB606);\r\n\tpadding: 40rpx 50rpx;\r\n\tborder-radius: 24rpx;\n}\n.textcon1 {\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: space-between;\r\n\tline-height: 56rpx;\n}\n.textcon1 .text1 {\r\n\tcolor: #fff;\r\n\tfont-size: 50rpx;\n}\n.textcon1 .text1 .text2 {\r\n\tcolor: #fff;\r\n\tfont-size: 32rpx;\n}\n.textcon1 .img1 {\r\n\twidth: 100rpx;\r\n\theight: 110rpx;\n}\n.back{\r\n\t\twidth: 16rpx;\r\n\t\theight: 24rpx;\r\n\t\tposition: absolute;\r\n\t\tleft:36rpx;\r\n\t top: 50%;\r\n\t\t-webkit-transform: translateY(-50%);\r\n\t\t transform: translateY(-50%);\n}\n.textcon1 .v1 {}\n.textcon1 .v1 .t1 {\r\n\tcolor: #fff;\r\n\tfont-size: 32rpx;\n}\n.textcon1 .v1 .t2 {\r\n\tcolor: #fff;\r\n\tfont-size: 24rpx;\n}\n.textcon1 .v2 {\r\n\tmargin-right: 100rpx;\n}\n.select_con {\r\n\twidth: 100%;\r\n\tpadding-bottom: 260rpx;\n}\n.select_con .select {\r\n\tmargin: 0 12px;\r\n\tborder-radius: 30rpx;\r\n\tbackground-color: #fff;\r\n\tbox-shadow: 0 0 30px #EBEEF1;\n}\n .u-tabs {\r\n\tborder-bottom: 2rpx solid #F6F8FD;\r\n\tborder-radius: 30rpx 30rpx 0 0;\n}\n.select_con .item1 {\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n\tpadding-top: 60rpx;\r\n\tpadding-bottom: 50rpx;\r\n\tborder-bottom: 2rpx solid #F6F8FD;\r\n\tpadding-left: 40rpx;\r\n\tpadding-right: 24rpx;\n}\n.select_con .item1 .lef_con {\r\n\tdisplay: flex;\r\n\talign-items: center;\n}\n.select_con .item1 .lef_con .img1 {\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\n}\n.select_con .item1 .lef_con .textcon {\r\n\tmargin-left: 24rpx;\n}\n.select_con .item1 .lef_con .textcon .text1 {\r\n\tfont-size: 26rpx;\n}\n.select_con .item1 .lef_con .textcon .text2 {\r\n\tfont-size: 22rpx;\r\n\tcolor: #999;\n}\n.select_con .item1 .rig_con .text1 {\r\n\tfont-size: 24rpx;\n}\n.select_con .item1 .rig_con .img1 {\r\n\twidth: 28rpx;\r\n\theight: 20rpx;\r\n\tfloat: right;\r\n\tmargin-top: 20rpx;\n}\n.select_con .item1 .rig_con .img2 {\r\n\twidth: 28rpx;\r\n\theight: 40rpx;\r\n\tfloat: right;\r\n\tmargin-top: 20rpx;\n}\n.btnconn {\r\n\tposition: fixed;\r\n\tbottom: 0;\r\n\tbackground-color: #fff;\r\n\tpadding: 24rpx 24rpx;\r\n\twidth: 100%;\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\n}\n.btnconn .btn {\r\n\twidth: 306rpx;\r\n\tline-height: 78rpx;\r\n\tborder-radius: 30rpx;\r\n\tborder: 2rpx solid #5B53FF;\r\n\ttext-align: center;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tcolor: #5B53FF;\r\n\tjustify-content: center;\r\n\tfont-size: 28rpx;\r\n\tposition: relative;\n}\n.active {\r\n\tcolor: #fff !important;\r\n\tbackground-color: #5B53FF;\n}\n.btnconn .btn .img1 {\r\n\twidth: 48rpx;\r\n\theight: 48rpx;\n}\n.arrow-up-left {\r\n\twidth: 44rpx;\r\n\theight: 44rpx;\r\n\tposition: absolute;\r\n\ttop: 50%;\r\n\t-webkit-transform: translateY(-50%);\r\n\t transform: translateY(-50%);\r\n\tleft: 68rpx;\n}\n.btn13 {\r\n\tmargin-left: 40rpx;\n}\n.main .money_con {\r\n\tmargin-top: 32rpx;\r\n\tbackground-image: linear-gradient(to right, #6441CF, #877BFE);\r\n\theight: 320rpx;\r\n\tpadding: 40rpx 36rpx;\r\n\tposition: relative;\r\n\tborder-radius: 24rpx;\n}\n.main .money_con2 {\r\n\tmargin-top: 32rpx;\r\n\tbackground-image: linear-gradient(to right, #FF820C, #FFB606);\r\n\theight: 320rpx;\r\n\tpadding: 40rpx 36rpx;\r\n\tposition: relative;\r\n\tborder-radius: 24rpx;\n}\n.main .money_con3 {\r\n\tmargin-top: 32rpx;\r\n\tbackground-image: linear-gradient(to right, #B6162A, #F96D7D);\r\n\theight: 320rpx;\r\n\tpadding: 40rpx 36rpx;\r\n\tposition: relative;\r\n\tborder-radius: 24rpx;\n}\n.select_con .item1 .rig_con .text1 uni-text {\r\n\tmargin-left: 10rpx;\n}\n .u-empty {\r\n\tpadding: 30px !important;\n}\n.scroll{\r\n\tmax-height: 1000rpx;\r\n\toverflow-y: scroll;\n}\r\n", ""]);
// Exports // Exports
module.exports = exports; module.exports = exports;
@ -13420,33 +13420,15 @@ var render = function() {
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(11, "sc"), attrs: { _i: 11 } }, { staticClass: _vm._$g(11, "sc"), attrs: { _i: 11 } },
[ [
_vm._v("<<<<<<< HEAD"), _c("v-uni-text", { attrs: { _i: 12 } }, [
_vm._$g(12, "i") _vm._v(_vm._$g(12, "t0-0"))
? _c("v-uni-text", { attrs: { _i: 12 } }, [ ]),
_vm._v(_vm._$g(12, "t0-0"))
])
: _vm._$g(13, "e")
? _c("v-uni-text", { attrs: { _i: 13 } }, [
_vm._v(_vm._$g(13, "t0-0"))
])
: _vm._$g(14, "e")
? _c("v-uni-text", { attrs: { _i: 14 } }, [
_vm._v(_vm._$g(14, "t0-0"))
])
: _c("v-uni-text", { attrs: { _i: 15 } }, [
_vm._v(_vm._$g(15, "t0-0"))
]),
_vm._v(
"=======\n\t\t\t" +
_vm._$g(11, "t2-0") +
"\n>>>>>>> 597f46eb933c677e991915c5a7fe52f9e8d27baa"
),
_c("v-uni-image", { _c("v-uni-image", {
staticClass: _vm._$g(16, "sc"), staticClass: _vm._$g(13, "sc"),
attrs: { attrs: {
src: _vm._$g(16, "a-src"), src: _vm._$g(13, "a-src"),
mode: "aspectFit", mode: "aspectFit",
_i: 16 _i: 13
} }
}) })
], ],
@ -13455,12 +13437,12 @@ var render = function() {
], ],
1 1
), ),
_vm._$g(17, "i") _vm._$g(14, "i")
? _c( ? _c(
"v-uni-view", "v-uni-view",
{ {
staticClass: _vm._$g(17, "sc"), staticClass: _vm._$g(14, "sc"),
attrs: { _i: 17 }, attrs: { _i: 14 },
on: { on: {
click: function($event) { click: function($event) {
return _vm.$handleViewEvent($event) return _vm.$handleViewEvent($event)
@ -13470,19 +13452,19 @@ var render = function() {
[ [
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } }, { staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } },
[_vm._v(_vm._$g(18, "t0-0"))] [_vm._v(_vm._$g(15, "t0-0"))]
), ),
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } }, { staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
[ [
_c("v-uni-image", { _c("v-uni-image", {
staticClass: _vm._$g(20, "sc"), staticClass: _vm._$g(17, "sc"),
attrs: { attrs: {
src: _vm._$g(20, "a-src"), src: _vm._$g(17, "a-src"),
mode: "aspectFit", mode: "aspectFit",
_i: 20 _i: 17
} }
}) })
], ],
@ -13495,8 +13477,8 @@ var render = function() {
_c( _c(
"v-uni-view", "v-uni-view",
{ {
staticClass: _vm._$g(21, "sc"), staticClass: _vm._$g(18, "sc"),
attrs: { _i: 21 }, attrs: { _i: 18 },
on: { on: {
click: function($event) { click: function($event) {
return _vm.$handleViewEvent($event) return _vm.$handleViewEvent($event)
@ -13506,19 +13488,19 @@ var render = function() {
[ [
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(22, "sc"), attrs: { _i: 22 } }, { staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } },
[_vm._v(_vm._$g(22, "t0-0"))] [_vm._v(_vm._$g(19, "t0-0"))]
), ),
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(23, "sc"), attrs: { _i: 23 } }, { staticClass: _vm._$g(20, "sc"), attrs: { _i: 20 } },
[ [
_c("v-uni-image", { _c("v-uni-image", {
staticClass: _vm._$g(24, "sc"), staticClass: _vm._$g(21, "sc"),
attrs: { attrs: {
src: _vm._$g(24, "a-src"), src: _vm._$g(21, "a-src"),
mode: "aspectFit", mode: "aspectFit",
_i: 24 _i: 21
} }
}) })
], ],
@ -13530,17 +13512,17 @@ var render = function() {
], ],
1 1
), ),
_vm._$g(25, "i") _vm._$g(22, "i")
? _c( ? _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(25, "sc"), attrs: { _i: 25 } }, { staticClass: _vm._$g(22, "sc"), attrs: { _i: 22 } },
[ [
_c("v-uni-image", { _c("v-uni-image", {
staticClass: _vm._$g(26, "sc"), staticClass: _vm._$g(23, "sc"),
attrs: { attrs: {
src: _vm._$g(26, "a-src"), src: _vm._$g(23, "a-src"),
mode: "aspectFit", mode: "aspectFit",
_i: 26 _i: 23
}, },
on: { on: {
click: function($event) { click: function($event) {
@ -13550,46 +13532,46 @@ var render = function() {
}), }),
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(27, "sc"), attrs: { _i: 27 } }, { staticClass: _vm._$g(24, "sc"), attrs: { _i: 24 } },
[_vm._v(_vm._$g(27, "t0-0"))] [_vm._v(_vm._$g(24, "t0-0"))]
), ),
_c("u-input", { _c("u-input", {
attrs: { _i: 28 }, attrs: { _i: 25 },
model: { model: {
value: _vm._$g(28, "v-model"), value: _vm._$g(25, "v-model"),
callback: function() {}, callback: function() {},
expression: "value" expression: "value"
} }
}), }),
_c( _c(
"v-uni-view", "v-uni-view",
{ staticClass: _vm._$g(29, "sc"), attrs: { _i: 29 } }, { staticClass: _vm._$g(26, "sc"), attrs: { _i: 26 } },
[ [
_c( _c(
"v-uni-view", "v-uni-view",
{ {
staticClass: _vm._$g(30, "sc"), staticClass: _vm._$g(27, "sc"),
attrs: { _i: 30 }, attrs: { _i: 27 },
on: { on: {
click: function($event) { click: function($event) {
return _vm.$handleViewEvent($event) return _vm.$handleViewEvent($event)
} }
} }
}, },
[_vm._v(_vm._$g(30, "t0-0"))] [_vm._v(_vm._$g(27, "t0-0"))]
), ),
_c( _c(
"v-uni-view", "v-uni-view",
{ {
staticClass: _vm._$g(31, "sc"), staticClass: _vm._$g(28, "sc"),
attrs: { _i: 31 }, attrs: { _i: 28 },
on: { on: {
click: function($event) { click: function($event) {
return _vm.$handleViewEvent($event) return _vm.$handleViewEvent($event)
} }
} }
}, },
[_vm._v(_vm._$g(31, "t0-0"))] [_vm._v(_vm._$g(28, "t0-0"))]
) )
], ],
1 1
@ -13602,7 +13584,7 @@ var render = function() {
1 1
), ),
_c("u-mask", { _c("u-mask", {
attrs: { _i: 32 }, attrs: { _i: 29 },
on: { on: {
click: function($event) { click: function($event) {
return _vm.$handleViewEvent($event) return _vm.$handleViewEvent($event)

Loading…
Cancel
Save