Browse Source

带啊吗

master
Dread 4 years ago
parent
commit
d0ac000009
  1. 40
      pages/menu/sendToken/addAddress/index.vue
  2. 2
      pages/menu/token/btc/index.css
  3. 4
      pages/menu/token/btc/index.vue
  4. 236
      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

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

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

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

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

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

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

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

@ -1,76 +1,78 @@
<template>
<view class="">
<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">
{{i18n.Manage}}
{{i18n.Manage}}
</text>
</navigation>
<view class="main">
<view class="item">
<view class="text1">
{{i18n.Address}}
</view>
<view class="text2">
{{userObj.address}}
</view>
</view>
<view class="item">
<view class="text1">
{{i18n.Address}}
</view>
<view class="text2">
{{userObj.address}}
</view>
</view>
<view class="item item2">
<view class="name flex bor" @click="showAddress=true">
<view class="text1">
{{i18n.Name}}
</view>
<view class="address" >
<<<<<<< HEAD
<text v-if="userObj.name=='BTC'">{{i18n.Setname}}</text>
<view class="item item2">
<view class="name flex bor" @click="showAddress=true">
<view class="text1">
{{i18n.Name}}
</view>
<view class="address">
<!-- <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=='TRX'">{{i18n.Setname}}</text>
<text v-else>{{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/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}}
<text v-else-if="userObj.name=='TRX'">{{i18n.Setname}}</text> -->
<text>{{userObj.name}}</text>
<image src="../../../../../static/tongyonh/chevron_right_24px.png" mode="aspectFit"
class="img1"></image>
</view>
</view>
<view class="btn active" @click="setName()">
{{i18n.Confirm}}
<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>
</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/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>
</view>
@ -78,7 +80,7 @@
<u-mask z-index='100' :show="showAddress" @click="showAddress = false"></u-mask>
</view>
</view>
@ -89,79 +91,79 @@
export default {
data() {
return {
teee:this.$t('index').walletname,
value: '',
teee: this.$t('index').walletname,
value: '',
type: 'text',
border: true,
height: 90,
autoHeight: true,
showAddress:false,
userObj:{},
itemMnemonic:true,
walletInfo:{},
nameIndex:-1,
showAddress: false,
userObj: {},
itemMnemonic: true,
walletInfo: {},
nameIndex: -1,
}
},
methods: {
back(){
back() {
uni.navigateTo({
url:'/pages/menu/wallet/mwallet/index'
url: '/pages/menu/wallet/mwallet/index'
})
},
setName(){
if(this.value==''){
setName() {
if (this.value == '') {
uni.showToast({
title:this.$t('index').Namecannot,
title: this.$t('index').Namecannot,
icon: 'none',
duration: 1500
})
}
console.log(this.userObj,2222)
this.userObj.name=this.value;
this.$walletUtil.updateWalletName(this.userObj.type,this.userObj.address,this.value)
uni.showToast({
title: this.$t('index').Successful,
icon: 'success',
duration: 1500
})
this.showAddress=false;
setTimeout(()=>{
uni.navigateTo({
url:'../../mwallet/index'
})
},1500)
console.log(this.userObj, 2222)
this.userObj.name = this.value;
this.$walletUtil.updateWalletName(this.userObj.type, this.userObj.address, this.value)
uni.showToast({
title: this.$t('index').Successful,
icon: 'success',
duration: 1500
})
this.showAddress = false;
setTimeout(() => {
uni.navigateTo({
url: '../../mwallet/index'
})
}, 1500)
},
goTrans() {
console.log(this.userObj, 444)
uni.setStorageSync('backWordInfo', this.userObj)
uni.navigateTo({
url: '/pages/menu/backUp/transPawMan/index'
})
},
goKey() {
//
uni.setStorageSync('keyInfo', this.userObj)
uni.navigateTo({
url: '../../../backUp/transPawKeyOut/index'
})
},
goTrans(){
console.log(this.userObj,444)
uni.setStorageSync('backWordInfo',this.userObj)
uni.navigateTo({
url:'/pages/menu/backUp/transPawMan/index'
})
},
goKey(){
//
uni.setStorageSync('keyInfo',this.userObj)
uni.navigateTo({
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) {
this.userObj = uni.getStorageSync('addressDetailInfo')
console.log(this.userObj,45454554)
//
if(!this.userObj.mnemonic){
this.itemMnemonic=false;
}
computed: {
i18n() {
return this.$t('index')
},
computed: {
i18n() {
return this.$t('index')
},
},
},
};
</script>
<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 } },
[
_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(
"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);
exports = ___CSS_LOADER_API_IMPORT___(false);
// 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
module.exports = exports;
@ -13420,33 +13420,15 @@ var render = function() {
"v-uni-view",
{ staticClass: _vm._$g(11, "sc"), attrs: { _i: 11 } },
[
_vm._v("<<<<<<< HEAD"),
_vm._$g(12, "i")
? _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-text", { attrs: { _i: 12 } }, [
_vm._v(_vm._$g(12, "t0-0"))
]),
_c("v-uni-image", {
staticClass: _vm._$g(16, "sc"),
staticClass: _vm._$g(13, "sc"),
attrs: {
src: _vm._$g(16, "a-src"),
src: _vm._$g(13, "a-src"),
mode: "aspectFit",
_i: 16
_i: 13
}
})
],
@ -13455,12 +13437,12 @@ var render = function() {
],
1
),
_vm._$g(17, "i")
_vm._$g(14, "i")
? _c(
"v-uni-view",
{
staticClass: _vm._$g(17, "sc"),
attrs: { _i: 17 },
staticClass: _vm._$g(14, "sc"),
attrs: { _i: 14 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
@ -13470,19 +13452,19 @@ var render = function() {
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
[_vm._v(_vm._$g(18, "t0-0"))]
{ staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } },
[_vm._v(_vm._$g(15, "t0-0"))]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } },
{ staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
[
_c("v-uni-image", {
staticClass: _vm._$g(20, "sc"),
staticClass: _vm._$g(17, "sc"),
attrs: {
src: _vm._$g(20, "a-src"),
src: _vm._$g(17, "a-src"),
mode: "aspectFit",
_i: 20
_i: 17
}
})
],
@ -13495,8 +13477,8 @@ var render = function() {
_c(
"v-uni-view",
{
staticClass: _vm._$g(21, "sc"),
attrs: { _i: 21 },
staticClass: _vm._$g(18, "sc"),
attrs: { _i: 18 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
@ -13506,19 +13488,19 @@ var render = function() {
[
_c(
"v-uni-view",
{ staticClass: _vm._$g(22, "sc"), attrs: { _i: 22 } },
[_vm._v(_vm._$g(22, "t0-0"))]
{ staticClass: _vm._$g(19, "sc"), attrs: { _i: 19 } },
[_vm._v(_vm._$g(19, "t0-0"))]
),
_c(
"v-uni-view",
{ staticClass: _vm._$g(23, "sc"), attrs: { _i: 23 } },
{ staticClass: _vm._$g(20, "sc"), attrs: { _i: 20 } },
[
_c("v-uni-image", {
staticClass: _vm._$g(24, "sc"),
staticClass: _vm._$g(21, "sc"),
attrs: {
src: _vm._$g(24, "a-src"),
src: _vm._$g(21, "a-src"),
mode: "aspectFit",
_i: 24
_i: 21
}
})
],
@ -13530,17 +13512,17 @@ var render = function() {
],
1
),
_vm._$g(25, "i")
_vm._$g(22, "i")
? _c(
"v-uni-view",
{ staticClass: _vm._$g(25, "sc"), attrs: { _i: 25 } },
{ staticClass: _vm._$g(22, "sc"), attrs: { _i: 22 } },
[
_c("v-uni-image", {
staticClass: _vm._$g(26, "sc"),
staticClass: _vm._$g(23, "sc"),
attrs: {
src: _vm._$g(26, "a-src"),
src: _vm._$g(23, "a-src"),
mode: "aspectFit",
_i: 26
_i: 23
},
on: {
click: function($event) {
@ -13550,46 +13532,46 @@ var render = function() {
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(27, "sc"), attrs: { _i: 27 } },
[_vm._v(_vm._$g(27, "t0-0"))]
{ staticClass: _vm._$g(24, "sc"), attrs: { _i: 24 } },
[_vm._v(_vm._$g(24, "t0-0"))]
),
_c("u-input", {
attrs: { _i: 28 },
attrs: { _i: 25 },
model: {
value: _vm._$g(28, "v-model"),
value: _vm._$g(25, "v-model"),
callback: function() {},
expression: "value"
}
}),
_c(
"v-uni-view",
{ staticClass: _vm._$g(29, "sc"), attrs: { _i: 29 } },
{ staticClass: _vm._$g(26, "sc"), attrs: { _i: 26 } },
[
_c(
"v-uni-view",
{
staticClass: _vm._$g(30, "sc"),
attrs: { _i: 30 },
staticClass: _vm._$g(27, "sc"),
attrs: { _i: 27 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[_vm._v(_vm._$g(30, "t0-0"))]
[_vm._v(_vm._$g(27, "t0-0"))]
),
_c(
"v-uni-view",
{
staticClass: _vm._$g(31, "sc"),
attrs: { _i: 31 },
staticClass: _vm._$g(28, "sc"),
attrs: { _i: 28 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[_vm._v(_vm._$g(31, "t0-0"))]
[_vm._v(_vm._$g(28, "t0-0"))]
)
],
1
@ -13602,7 +13584,7 @@ var render = function() {
1
),
_c("u-mask", {
attrs: { _i: 32 },
attrs: { _i: 29 },
on: {
click: function($event) {
return _vm.$handleViewEvent($event)

Loading…
Cancel
Save