Commit 3eb347fd by huahua

提交

parent 85be0a2b
......@@ -17,24 +17,15 @@
methods: {
//调转登录选择页面判断
toPageLogin(promoter_id) {
try { //数据缓存 同步 一定要用try catch 包裹
uni.setStorageSync('promoter_id', promoter_id);
} catch (e) {
};
if (promoter_id != "" && promoter_id != "null") {
uni.reLaunch({
url: '/pages/login/select_login?machine_id=' + this.globalData.machine_id +
'&language=' + this._i18n.locale + "&promoter_id=" +
promoter_id //+ "&isLoadComplete=true"
});
} else {
uni.reLaunch({
toPageLogin() {
/* uni.reLaunch({
url: '/pages/login/select_login'
}); */
uni.reLaunch({
url: '/pages/login/select_login?machine_id=' + this.globalData.machine_id +
'&language=' + this._i18n.locale //+ "&isLoadComplete=true"
});
}
});
},
......@@ -195,9 +186,6 @@
});
//console.log('App Launch')
//this.$base.countFirst = this.$base.countFirst + 1;
//console.log(this.$base.countFirst);
this.$base.countFirst = 0;
try {
const value = uni.getStorageSync('globalData');
......@@ -207,11 +195,7 @@
} catch (e) {
};
let promoter_id = "";
if (options.query.promoter_id && options.query.promoter_id != "null" && options.query.promoter_id !=
"") { //判断推广Id
promoter_id = options.query.promoter_id
}
let lang = uni.getStorageSync('lang');
if (lang && lang != "" && lang != null) {
this._i18n.locale = lang;
......@@ -246,12 +230,16 @@
hrefStr.indexOf("mine/pay_fail") != -1 ||
hrefStr.indexOf("mine/orderDetail") != -1 ||
hrefStr.indexOf("login/login") != -1 ||
hrefStr.indexOf("login/select_login") != -1
) {} else {
uni.reLaunch({
hrefStr.includes("redden-tech.com") ||
hrefStr.indexOf("login/select_login") != -1 ||
hrefStr.indexOf("mine/pay_juhe") != -1
) {
} else {
uni.reLaunch({
url: '/pages/index/mall',
});
return;
return;
}
}
......@@ -274,43 +262,29 @@
logoservice.verifyToken({
s: 'User.verifyToken'
}).then(result => {
uni.setStorageSync('uid', result.uid);
console.log(result)
}).catch(err => {
if (promoter_id != "" && promoter_id != "null") {
console.log("sdvfcdsvsdf")
/* if (promoter_id != "" && promoter_id != "null") {
} else {
promoter_id = ""
}
this.toPageLogin(promoter_id);
} */
this.toPageLogin();
})
} else {
if (promoter_id != "" && promoter_id != "null") {
/* if (promoter_id != "" && promoter_id != "null") {
} else {
promoter_id = ""
}
this.toPageLogin(promoter_id);
} */
this.toPageLogin();
}
/* homeservice.queryListPhone({
s: 'Material.fontFamilyList'
}).then(result => {
//this.$base.typefacedata = result
}).catch(err => {
}); */
},
onShow: function() {
//调用监听网络状态的方法
uni.getNetworkType({
......@@ -323,10 +297,7 @@
});
}
}
})
})
},
onHide: function() {
......
......@@ -145,6 +145,13 @@
}
},
{
"path": "pay_juhe",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //禁用uni-app默认的头部导航
}
},
{
"path": "order",
"style": {
"navigationBarTitleText": "",
......
<template>
<!-- width: calc(100% - 150upx); height: calc(100% - 180upx); -->
<view class="content"
:style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%',left:$tool.isPc()?'calc(50% - '+ ($base.isPcWidth / 2 ) +'px)':'0upx'}"
style="width: 100%; height: 100%; position: relative;overflow: hidden; ">
<view style="margin-top: 140upx;">
<scroll-view scroll-y style="width:100%; margin: auto; height:850upx; overflow: hidden;"
>
:style="{width:$tool.isPc()?($base.isPcWidth - marginWidth + 'px' ) :'calc(100% - 150upx)',left:$tool.isPc()?'calc(50% - '+ ($base.isPcWidth / 2 ) +'px)':'0upx'}"
style=" height: calc(100% - 180upx); position: relative;overflow: hidden; z-index: 9999; background: #FFFFFF;
border: 3upx solid #61D119;
margin-top: 140upx;
margin-left: 10upx;
margin-right: 10upx;">
<view style="margin-top: 0upx;">
<scroll-view scroll-y style="width:100%; margin: auto; height:850upx; overflow: hidden;">
<view style="float: left; width: calc(100% / 3); margin: 10upx 0 10upx; "
v-for="(item, index) in datalist" :key="index" @click="modeDetail(item)">
<view style="width: 139upx; height: 255upx; margin: auto; position: relative;">
......@@ -15,7 +18,7 @@
style="width: 139upx; height: 200upx; margin: auto; border-radius: 14px; overflow: hidden;"
:src="item.goods_pic + '?x-oss-process=image/resize,lfit,w_112'"
mode="aspectFit"></image>
<view style=" margin-top: 5upx; text-align: center; font-size: 22upx; color: #FFFFFF;">{{item.name}}</view>
<view style=" margin-top: 5upx; text-align: center; font-size: 22upx; color: #000;">{{item.name}}</view>
</view>
</view>
</view>
......@@ -73,7 +76,8 @@
goods_id_e:{},
modeltext: "",
goods_id: "",
dict_id: ""
dict_id: "",
marginWidth: 0,
};
},
mounted() {
......@@ -123,6 +127,8 @@
open(item) {
this.machine_id = item.machine_id
this.marginWidth = uni.upx2px(60);
console.log(item)
homeservice.queryListPhone({
......@@ -140,6 +146,11 @@
});
});
},
show(){
this.marginWidth = uni.upx2px(60);
},
}
......
......@@ -58,7 +58,8 @@
<view v-if="modelShow"
:style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%',left:$tool.isPc()?'calc(50% - '+ ($base.isPcWidth / 2 ) +'px)':'0upx'}"
class="full-width" style="position: fixed; bottom: 0; left: 0; height: 100%; z-index: 9997;
background: linear-gradient(0deg, #1B294F, #4E2761, #E73231); opacity: 0.8;" @click="cancelModel()"
background: linear-gradient(0deg, #1B294F, #4E2761, #E73231);
opacity: 0.8;" @click="cancelModel()"
@touchmove.stop="myCatchTouch"></view>
<view v-if="modelShow" style="position: fixed; z-index: 9998; bottom: 0; margin: auto;"
:style="{height: MobilePhoneHeight - 20 +'px',width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}">
......@@ -72,23 +73,18 @@
<view style="font-size: 36upx; text-align: center; line-height: 160upx;">
{{brandEnText}}
</view>
<view style="width: 600upx; height: 80upx;
background: #EEEEEE;
margin: auto;
border-radius: 15upx;
padding-left: 30upx; padding-right: 30upx; display: flex; flex-direction: row; ">
<image src="../../../static/icon_brand_mode_search.png" mode=""
style="height: 40upx; width: 40upx; margin-top: 25upx; margin-left: 170upx;"></image>
style="height: 40upx; width: 40upx; margin-top: 25upx; margin-left: 170upx;"></image>
<input style="width: 360upx; height: 90upx;text-align: left;color: #999999; margin-left: 15upx; font-size: 30upx; " maxlength="25" placeholder="search phone mode"
@input="modeNameSearch" v-model="modeName">
@input="modeNameSearch" v-model="modeName">
</input>
</view>
<!-- <view style="width: calc(100% - 260upx); height: 80upx;
background: #EEEEEE;
margin: auto;
......@@ -96,10 +92,10 @@
padding-left: 30upx; padding-right: 30upx; display: flex; flex-direction: column; ">
<input style="width: 100%; height: 90upx;text-align: center;color: #999999; " maxlength="25" placeholder="search phone mode"
@input="modeNameSearch"></input>
</view>
-->
</view>-->
<scroll-view scroll-y scroll-with-animation :style="{height: MobilePhoneHeight - 120 +'px'}" style="box-sizing: border-box;
width: 100% ; margin:20upx auto; ; overflow: hidden;">
width: 100% ; margin:20upx auto; ; overflow: hidden;">
<view v-for="(item,index) in sizelist" :key="index"
style="float: left; width: calc(100% / 3); margin-bottom: 10upx; "
@click="modelclick(item)">
......
......@@ -160,6 +160,8 @@
logoservice.verifyToken({
s: 'User.verifyToken'
}).then(result => {
uni.setStorageSync('uid', result.uid);
//console.log(result)
this.toPageLogin(promoter_id);
}).catch(err => {
this.toPageLogin(promoter_id);
......
......@@ -15,18 +15,16 @@
<input type="number" :placeholder="$i18n.messages[$i18n.locale]['请输入您的手机号']" clearable focus class="inputphone"
v-model="phone"
:style="{width:$tool.isPc()?'20%':'60%'}"
/>
:style="{width:$tool.isPc()?'20%':'60%'}"/>
<input type="password" :placeholder="$i18n.messages[$i18n.locale]['请输入登录密码']" displayable class="inputpassword"
v-model="password"
:style="{width:$tool.isPc()?'20%':'60%'}"
/>
:style="{width:$tool.isPc()?'20%':'60%'}"/>
<!-- 登录 -->
<button v-if="logoState" class="loginBtn" hover-class="hover-class-bg"
:style="{width:$tool.isPc()?$base.isPcWidth - 40 + 'px':'70%'}"
@tap="bindLogin">{{$i18n.messages[$i18n.locale]['登录']}}</button>
<image src="../../static/bg.png" mode="" class="bgimage"></image>
<image src="../../static/bg.png" mode="" class="bgimage"></i mage>
</view>
</template>
......@@ -55,17 +53,12 @@
methods: {
back() {
//console.log("返回")
//console.log(this.globalData)
uni.navigateBack();
setTimeout(() => {
uni.reLaunch({
url: '/pages/login/select_login?machine_id=' + this.globalData.machine_id
})
}, 20)
// uni.reLaunch({
// url: '/pages/login/select_login?machine_id=' + this.globalData.machine_id
// });
},
bindLogin() {
......@@ -97,6 +90,7 @@
password: this.password,
}).then(result => {
this.globalData.bindWx = result
uni.setStorageSync('token',result.token);
uni.setStorageSync('globalData', this.globalData);
uni.hideLoading();
uni.showToast({
......
<template>
<view class="content" v-if="longState">
<view style=" height: 100%; background: #f5f5f5;"
:style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}"
>
:style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}">
<!-- 轮播图 -->
<uni-swiper-dot :info="Adlists" :current="currentSwiper" :mode="'round'" field="content">
<swiper style="width: 100%; " :style="{height: datainfo.windowHeight +'px'}" @change="swiperChange"
......@@ -19,11 +15,9 @@
</swiper>
</uni-swiper-dot>
</view>
<view style=" align-items: center;
justify-content: center; margin: auto; z-index: 9999; position: absolute;"
:style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}"
>
:style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}">
<button class="loginBtn" hover-class="hover-class-bg"
@tap="bindLogin">{{$i18n.messages[$i18n.locale]['登录']}}</button>
<button class="loginBtn" style="margin-top: 90upx;" hover-class="hover-class-bg"
......@@ -83,8 +77,7 @@
//走登录之前逻辑
bindLogin() {
uni.reLaunch({
url: '/pages/login/login?machine_id=' + this.globalData.machine_id + '&language=' + this._i18n
.locale,
url: '/pages/login/login?machine_id=' + this.globalData.machine_id + '&language=' + this._i18n.locale,
});
},
......@@ -98,7 +91,11 @@
password: passwordText,
}).then(result => {
this.globalData.bindWx = result
console.log(result)
uni.setStorageSync('globalData', this.globalData);
uni.setStorageSync('token',result.token);
uni.hideLoading();
uni.reLaunch({
url: '/pages/index/detailsphone?machine_id=' + this.globalData.machine_id
......@@ -165,7 +162,6 @@
});
},
//处理登录注册逻辑
handleLoginAndRegister() {
if (this.auto_register != null) {
......@@ -185,6 +181,7 @@
logoservice.verifyToken({
s: 'User.verifyToken'
}).then(result => {
uni.setStorageSync('uid', result.uid);
uni.reLaunch({
url: '/pages/index/detailsphone?machine_id=' + this.globalData.machine_id
});
......@@ -203,8 +200,6 @@
onLoad(options) {
this.$base.countFirst++;
//console.log("登录this.$base.countFirst=" + this.$base.countFirst)
//同步方式获取数据, 阻塞形式,如果做完了的话代码才会向下进行
try {
const value = uni.getStorageSync('globalData');
if (value) {
......@@ -215,7 +210,6 @@
};
let that = this;
this.Adlist();
//获取屏幕宽高
uni.getSystemInfo({
success: function(res) {
that.datainfo.windowHeight = res.windowHeight // 屏幕高度
......@@ -224,32 +218,16 @@
that.globalData.getSystemInfo = res
},
})
uni.setNavigationBarTitle({
title: this.$i18n.messages[this.$i18n.locale]['定制手机壳']
})
if (options.promoter_id && options.promoter_id != "") {
this.promoter_id = options.promoter_id
} else {
this.promoter_id = ""
}
try {
uni.setStorageSync('promoter_id', this.promoter_id);
} catch (e) {
};
if (options.machine_id && options.machine_id != "null") {
this.globalData.machine_id = options.machine_id
if (this.$base.countFirst > 1) {
//this.longState = true;
let that = this;
setTimeout(() => {
that.longState = true;
}, 2000);
} else {
this.getAutoRegister();
}
......@@ -264,8 +242,6 @@
</script>
<style lang="scss">
/*每个页面公共css */
page {
min-height: 100%;
......@@ -277,7 +253,6 @@
background-color: #fff;
}
.swiper_img {
height: 100%;
width: 100%;
......@@ -286,7 +261,6 @@
align-items: center;
.swiper-box {
//加宽度高度
width: 100%;
}
......@@ -345,7 +319,6 @@
height: 70upx;
width: 50%;
text-align: center;
// border-bottom: 1px #007AFF solid;
border-bottom: 1px #14141A solid;
border-radius: 10upx;
}
......@@ -358,7 +331,6 @@
height: 70upx;
width: 50%;
text-align: center;
// border-bottom: 1px #007AFF solid;
border-bottom: 1px #14141A solid;
border-radius: 10upx;
}
......@@ -371,13 +343,10 @@
.loginBtn {
font-size: 34upx;
// background: #14141A !important;
background: linear-gradient(to right, #4bb0ff, #6149f6);
background: linear-gradient(to right, #61D119, #61D119);
border-radius: 200rpx;
width: 80%;
/* position: absolute; */
color: white;
/* top: 980rpx; */
}
.register {
......@@ -419,4 +388,5 @@
width: 464rpx;
height: 590rpx;
}
</style>
\ No newline at end of file
......@@ -9,7 +9,7 @@
<view class="noData">
<image src="../../static/icon_default_no.png" mode="aspectFill" class="noData_img"></image>
<view class="noData_title" style="color: #000;">
{{$i18n.messages[$i18n.locale]['啊嘞当前还没有打印任务呢']}}<br>
{{$i18n.messages[$i18n.locale]['当前还没有打印任务呢']}}<br>
<view class="noData_text">{{$i18n.messages[$i18n.locale]['去定制一个作品吧']}}</view>
</view>
<view class="noData_but" @click="tomain()">{{$i18n.messages[$i18n.locale]['去定制']}}</view>
......@@ -167,6 +167,8 @@
methods: {
//uni.setStorageSync('uid', result.uid);
//返回键
headback() {
uni.reLaunch({
......@@ -236,7 +238,7 @@
if (Math.ceil(this.queryPage.total / this.queryPage.per_page) < this.queryPage.page) {
return setTimeout(() => {
uni.showToast({
title: this.$i18n.messages[this.$i18n.locale]['啊嘞没有更多的数据了'],
title: this.$i18n.messages[this.$i18n.locale]['没有更多的数据了'],
icon: 'none'
});
}, 500);
......@@ -295,16 +297,17 @@
onReachBottom() {
setTimeout(() => {
uni.showToast({
title: this.$i18n.messages[this.$i18n.locale]['啊嘞没有更多的数据了'],
title: this.$i18n.messages[this.$i18n.locale]['没有更多的数据了'],
icon: 'none'
});
}, 500);
},
onLoad(options) {
let value = uni.getStorageSync('bindWx');
if (value) {
this.userId = value.id;
}
/*let value = uni.getStorageSync('bindWx');
if(value) {
this.userId = value.id;
}*/
this.userId = uni.getStorageSync('uid');
let privacy = uni.getStorageSync('privacy');
if (privacy) {
this.privacy = privacy;
......
......@@ -7,46 +7,14 @@
<firework ref="firework" v-if="isReady" style="position: fixed;z-index: 9999;"></firework>
<scroll-view scroll-y :style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}"
style="height:100%; overflow-y: scroll; position: relative; background: #131319;">
<!-- <view :style="{transform: 'translateX(' + translateX + 'px)'}"
style="position: absolute;transition: all 1.5s; height:100%;width: 100%;">
<view style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;overflow: hidden;">
<image src="https://img.colorpark.cn/wechat/track/shejiqu_2.png" mode="widthFix" style="width: 100%;"></image>
</view>
<view style="position: absolute; top: 0; left: 100%; width: 100%; height: 100%;overflow: hidden;">
<image src="https://img.colorpark.cn/wechat/track/fukuanqu_2.png" mode="widthFix" style="width: 100%;"></image>
</view>
</view> -->
<!-- 3D动画 -->
<!-- @touchstart.stop="dragStart" @touchmove.stop="dragMove" @touchend.stop="dragEnd" -->
<!-- ,
transform: 'rotateX(-15deg) rotateY(' + coordinate.numberY +'deg)'} -->
style="height:100%; overflow-y: scroll; position: relative; background: #131319;">
<view class='crate-wrapper' v-if="good" :style="{width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}" >
<view class="brush"
:style="{transform: 'translateX(' + activebrushX + 'px) scale(' + transformscale + ')'}">
<view class='crate' :class="{crateactive:crateactivestate}" :style="{width: data.editorWidth +'px',height: data.editorHeight +'px',
transform: 'rotateX(-15deg) rotateY(' + coordinate.numberY +'deg)'}">
<!-- <view class='side top'>
<image src="../../static/img/c.png" mode=""
style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></image>
</view>
<view class='side bottom' :style="{'-webkit-transform': 'translateY(' + (data.editorHeight - 20) + 'px) rotateX(90deg)',
transform: 'translateY(' + (data.editorHeight - 20) + 'px) rotateX(90deg)'}">
<image src="../../static/img/c.png" mode=""
style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></image>
</view>
<view class='side left'>
<image src="../../static/img/b.png" mode=""
style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></image>
</view>
<view class='side right' :style="{'-webkit-transform': 'translateX(' + (data.editorWidth - 20) + 'px) rotateY(90deg)',
transform: 'translateX(' + (data.editorWidth - 20) + 'px) rotateY(90deg)'}">
<image src="../../static/img/b.png" mode=""
style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></image>
</view> -->
<view class='side front'>
<!-- 前 -->
<image :src="background_surface_image + '?x-oss-process=image/resize,lfit,w_1500'" mode=""
......@@ -57,10 +25,7 @@
<image :src="good.goods.front_image_old " mode="aspectFit"
style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></image>
</view>
<!--<view class='side back'>
<image src="../../static/img/a.png" mode=""
style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"></image>
</view>-->
</view>
<view style=" text-align: center;" :style="{opacity:titlestate ? 1:0}">
......
......@@ -13,7 +13,6 @@
<view style="font-size: 32upx;font-weight: 580;color: #854AC2;">
{{$i18n.messages[$i18n.locale][orderData.status.text]}}
</view>
<view style="font-size: 27upx; color: #333333; margin-top:120upx; font-weight: 550;
width: calc(100% - 10upx); display: flex; flex-direction: row; max-width: calc(100% - 20upx); ">
{{ orderData.order_express != null ? orderData.order_express.address: ""}}
......
<template>
<view class="full-height full-width"
style="display: flex;flex-direction: column;background: #fff; width: 100%; height: 100%; margin: auto;"
:style="{ width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}">
<!-- 自定义头部 -->
<myhead :worksid="0" :title="'Payment results'" :color="'#000'" :titleShow="true" :backShow="true"
:background="'#fff'"></myhead>
<view v-if="loadCode != -2" style="width: 100%; height:calc(100% - 100upx);margin: auto;
align-items: center;
position: absolute;
top:0;
left:0; bottom:0; right:0;display: flex;flex-direction: column;background: #fff;margin-top: 70upx; ">
<image v-if="code == 1" src="../../static/img/icon_pay_success.png" mode="aspectFit"
style=" width: 100upx;height: 100upx; margin-top: 160upx;"></image>
<image v-if="code == 2" src="../../static/img/icon_pay_fail.png" mode="aspectFit"
style=" width: 100upx;height: 100upx; margin-top: 160upx;"></image>
<image v-if="code == 0" src="../../static/icon_pay_load_wait.png" mode="aspectFit"
style=" width: 100upx;height: 100upx; margin-top: 160upx;"></image>
<view v-if="code == 1" style="
font-size: 33upx;
font-family: Roboto;
font-weight: 300;
color: #333333;
line-height: 50px;margin-top: 60upx; "> Congratulations
Payment succeeded!
<!--{{$i18n.messages[$i18n.locale]['支付成功']}} -->
</view>
<view v-if="code == 2" style="
font-size: 33upx;
font-family: Roboto;
font-weight: 300;
color: #333333;
line-height: 50px;margin-top: 60upx; "> I'm sorry! Payment failed!
<!-- {{$i18n.messages[$i18n.locale]['支付失败']}} -->
</view>
<view v-if="code == 0" style="
font-size: 33upx;
font-family: Roboto;
font-weight: 300;
color: #333333;margin-top: 60upx; ">Waiting for notification of successful payment
<!-- {{$i18n.messages[$i18n.locale]['正在等待付款成功的通知']}} -->
</view>
<view v-if="code == 0" style="width: 300upx; height: 100upx; background: #61D517;
text-align: center; line-height: 100upx;
margin-top: 120upx; color: #FFFFFF;
font-size: 30upx;
border-radius: 60upx;" @click="loadData()">
Refresh
<!-- {{$i18n.messages[$i18n.locale]['刷新']}} -->
</view>
<view style="width: 524upx;
height: 260upx;
background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
border-radius: 30upx;margin-top: 100upx;
padding-top: 20upx;
padding-left: 80upx;
display: flex;
flex-direction: column;">
<view style="
font-size: 36upx;
color: #666666;
font-family: Roboto;
font-weight: 400;">
Order Detail
<!-- {{$i18n.messages[$i18n.locale]['订单明细']}} -->
</view>
<view style="
font-size: 28upx;
color: #777;">
Order ID :&nbsp {{orderId}}
<!-- {{$i18n.messages[$i18n.locale]['订单编号']}} -->
</view>
<view style="
font-size: 28upx;
color: #777; ">
Order Time : &nbsp {{orderTime}}
<!-- {{$i18n.messages[$i18n.locale]['订单时间']}} -->
</view>
</view>
<button style="
position: fixed;
bottom: 40upx;
background: #61D517;
border-radius: 55upx;
width: 350upx;
height: 100upx;
font-size: 36upx;
font-family: Roboto;
font-weight: 400;
text-align: center;
left: calc(50% - 175upx);
color: #FFFFFF;" @click="toLine()">
Go to Homepage
<!-- {{$i18n.messages[$i18n.locale]['返回首页']}} -->
</button>
</view>
</view>
</template>
<script>
import homeservice from '@/service/homeservice.js'
import myhead from '../mine/head/head.vue';
import Env from '@/util/Env.js';
export default {
components: {
myhead,
},
computed: {
},
data() {
return {
goods: {},
queryPage: {
pay_order_id:""
},
myheadtext: '',
code: -1, //默认-1
orderId: "",
orderTime: "",
orderPlatform: "",
loadCode: -2,
};
},
methods: {
//跳转排队列表
toLine() {
try {
const globalData = uni.getStorageSync('globalData');
if (globalData) {
uni.reLaunch({
url: '../index/detailsphone?machine_id=' + globalData.machine_id
})
} else {
const machine_id = uni.getStorageSync('machine_id');
if (machine_id) {
uni.reLaunch({
url: '../index/detailsphone?machine_id=' + machine_id
})
} else {
uni.navigateBack();
}
}
} catch (e) {
const machine_id = uni.getStorageSync('machine_id');
if (machine_id) {
uni.reLaunch({
url: '../index/detailsphone?machine_id=' + machine_id
})
} else {
uni.navigateBack();
}
};
},
//支付请求
loadData() {
let that = this;
setTimeout(function() {
uni.showLoading({
//title: this.$i18n.messages[this.$i18n.locale]['正在加载中'],
title: that.$i18n.messages[that.$i18n.locale]['正在加载中'],
mask: true
})
}, 200)
setTimeout(function() {
uni.showLoading({
//title: this.$i18n.messages[this.$i18n.locale]['正在加载中'],
title: that.$i18n.messages[that.$i18n.locale]['正在加载中'],
mask: true
})
that.$http.post(Env.getDevBaseURL() + "api/JuhePay/getOrder", that.queryPage).then(result => {
//console.log(result);
that.data = result
that.loadCode = 1;
var status = that.data.status.value;
if (that.data != null) {
console.log(that.orderId);
that.orderId = that.queryPage.pay_order_id;
that.orderTime = that.data.create_time
}
//0 等待 1:成功 2:失败
if (status == 2 || status == 6) {
that.code = 1
that.myheadtext = that.$i18n.messages[that.$i18n.locale]['支付成功']
}else if(status == 0){
that.code = 0
} else {
that.code = 2
that.myheadtext = that.$i18n.messages[that.$i18n.locale]['支付失败']
}
setTimeout(function() {
uni.hideLoading();
}, 1000)
}).catch(err => {
that.loadCode = -1;
that.code = 2
uni.showToast({
title: that.$i18n.messages[that.$i18n.locale]['支付失败'],
icon: 'none'
})
uni.hideLoading();
});
}, 4000)
}
},
onPullDownRefresh() {
//this.loadData();
},
onLoad(options) {
if(options.PayOrderId){
this.queryPage.pay_order_id = options.PayOrderId;
}else{
this.queryPage.pay_order_id = "1745749136541622272";
}
this.loadData();
},
onShow() {
}
};
</script>
<style lang="scss">
page {
background: #fff !important;
}
</style>
<template>
<view class="full-height full-width" style="display: flex;flex-direction: column; margin: auto;"
:style="{ width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}"
>
<!-- 自定义头部 -->
<myhead :worksid="0" :title="myheadtext" :color="'#fff'" :titleShow="true" :backShow="true"
:background="'none'"></myhead>
<view style=" height: 100;margin: auto;
justify-content: center;
align-items: center;position: absolute;
top:100upx;
left:0;
bottom:0;
right:0;
display:flex;
flex-direction:column;" :style="{ width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}"
>
<view class="full-height full-width"
style="display: flex;flex-direction: column;background: #fff; width: 100%; height: 100%; margin: auto;"
<iframe :src="urlPay" frameborder="0" scrolling="auto" height="100%"
style="overflow-y:scroll;"
:style="{ width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}"
></iframe>
<!-- <view style="color: #aa5500;font-size: 24sp;"> 支付成功</view> -->
:style="{ width:$tool.isPc()?$base.isPcWidth + 'px':'100%'}"
>
<!-- 自定义头部 -->
<myhead :worksid="0" :title="'Payment results'" :color="'#000'" :titleShow="true" :backShow="true"
:background="'#fff'"></myhead>
<view v-if="loadCode != -2" style="width: 100%; height:calc(100% - 100upx);margin: auto;
align-items: center;
position: absolute;
top:0;
left:0; bottom:0; right:0;display: flex;flex-direction: column;background: #fff;margin-top: 70upx; ">
<image v-if="code == 0" src="../../static/img/icon_pay_success.png" mode="aspectFit"
style=" width: 100upx;height: 100upx; margin-top: 160upx;"></image>
<image v-if="code != 0" src="../../static/img/icon_pay_fail.png" mode="aspectFit"
style=" width: 100upx;height: 100upx; margin-top: 160upx;"></image>
<view v-if="code == 0" style="
font-size: 40upx;
font-family: Roboto;
font-weight: 300;
color: #333333;
line-height: 50px;margin-top: 60upx; "> Congratulations
Payment succeeded! </view>
<view v-if="code != 0" style="
font-size: 40upx;
font-family: Roboto;
font-weight: 300;
color: #333333;
line-height: 50px;margin-top: 60upx; "> I'm sorry! Payment failed! </view>
<view style="width: 524upx;
height: 260upx;
background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
border-radius: 30upx;margin-top: 100upx;
padding-top: 20upx;
padding-left: 80upx;
display: flex;
flex-direction: column;">
<view style="
font-size: 36upx;
color: #666666;
font-family: Roboto;
font-weight: 400;">
Order Detail
</view>
<view style="
font-size: 28upx;
color: #777;
">
Order ID :&nbsp {{orderId}}
</view>
<view style="
font-size: 28upx;
color: #777; ">
Order Time : &nbsp {{orderTime}}
</view>
<view style="
font-size: 28upx;
color: #777;">
payment platform : &nbsp {{orderPlatform}}
</view>
</view>
<!-- <button style="
margin-top: 120upx;
background: #854AC2;
border-radius: 55upx;
width: 350upx;
height: 100upx;
font-size: 36upx;
font-family: Roboto;
font-weight: 400;
text-align: center;
color: #FFFFFF
" @click="toLine()">
Go to queue list</button> -->
<button style="
position: fixed;
bottom: 40upx;
background: #854AC2;
border-radius: 55upx;
width: 350upx;
height: 100upx;
font-size: 36upx;
font-family: Roboto;
font-weight: 400;
text-align: center;
left: calc(50% - 175upx);
color: #FFFFFF;" @click="toLine()">
Go to queue list</button>
<!-- <image style="width: 175upx; height: 238upx; position: absolute;top: 134upx; left: 157upx;"
:src="goods.front_image+ '?x-oss-process=image/resize,lfit,w_132'"
mode="widthFix" class="full-width full-height"></image> -->
</view>
</view>
</template>
<script>
import uParse from '@/components/uParse/src/wxParse.vue'
import homeservice from '@/service/homeservice.js'
import myhead from '../index/head/head.vue';
import uniWebView from '@/common/uni.webview.js';
import myhead from '../mine/head/head.vue';
export default {
components: {
uParse,
myhead,
},
computed: {
......@@ -45,50 +125,126 @@
},
data() {
return {
myheadtext: "payPal",
urlPay: "", //支付链接
goods: {},
queryPage: {
token: '',
PayerID: "",
},
myheadtext: '',
code: -1, //默认-1
orderId: "",
orderTime: "",
orderPlatform: "",
loadCode: -2,
};
},
methods: {
//跳转排队列表
toLine() {
try {
const globalData = uni.getStorageSync('globalData');
if (globalData) {
//console.log("返回=" + globalData.machine_id)
//this.globalData = value
uni.reLaunch({
url: '../index/detailsphone?machine_id=' + globalData.machine_id
})
//console.log("his.userId="+this.userId)
} else {
const machine_id = uni.getStorageSync('machine_id');
if (machine_id) {
uni.reLaunch({
url: '../index/detailsphone?machine_id=' + machine_id
})
} else {
uni.navigateBack();
}
}
} catch (e) {
const machine_id = uni.getStorageSync('machine_id');
if (machine_id) {
uni.reLaunch({
url: '../index/detailsphone?machine_id=' + machine_id
})
} else {
uni.navigateBack();
}
//uni.navigateBack();
};
},
// try {
// const machine_id = uni.getStorageSync('machine_id');
// if (machine_id) {
// uni.navigateTo({
// url: '../mall/lineUp?machine_id=' + machine_id
// })
// //console.log("his.userId="+this.userId)
// }
// } catch (e) {
// //TODO handle the exception
// };
//支付请求
loadData() {
//uni.showLoading({title: this.$i18n.messages[this.$i18n.locale]['正在加载中'] })
/*homeservice.queryListPhone(this.queryPage).then(result => {
uni.showLoading({
title: this.$i18n.messages[this.$i18n.locale]['正在加载中'],
mask: true
})
this.$http.post("api/JuhePay/getOrder", this.queryPage).then(result => {
this.goods = result
this.myheadtext = result.alias_name
wx.setNavigationBarTitle({title: this.goods.alias_name })
this.loadCode = 1;
this.code = this.goods.code;
let data = this.goods.data;
if (data != null) {
this.orderId = data.order_id;
this.orderTime = data.order_time;
this.orderPlatform = data.order_platform;
}
if (this.goods.code == 0) {
this.myheadtext = this.$i18n.messages[this.$i18n.locale]['支付成功']
} else {
this.myheadtext = this.$i18n.messages[this.$i18n.locale]['支付失败']
}
uni.hideLoading();
uni.stopPullDownRefresh();
}).catch(err => {
this.loadCode = -1;
uni.showToast({
title: this.$i18n.messages[this.$i18n.locale]['支付失败'],
icon: 'none'
})
uni.hideLoading();
uni.showToast({ title: err.msg || err.data, icon: 'none' });
}); */
});
}
},
onPullDownRefresh() {
this.loadData();
//this.loadData();
},
onLoad(options) {
this.urlPay = options.url_pay
//console.log("this.urlPay=" + this.urlPay)
//this.loadData();
this.queryPage.token = options.token;
this.queryPage.pay_order_id = options.PayOrderId;
this.loadData();
},
onShow() {
},
}
};
</script>
<style lang="scss">
page {
background: #999999 !important;
background: #fff !important;
}
</style>
......@@ -190,24 +190,24 @@
// };
//支付请求
//支付请求
loadData() {
uni.showLoading({
title: this.$i18n.messages[this.$i18n.locale]['正在加载中'],
mask: true
})
this.$http.post("api/Paypal/success", this.queryPage).then(result => {
this.$http.post("api/JuhePay/getOrder", this.queryPage).then(result => {
this.goods = result
this.loadCode = 1;
this.code = this.goods.code;
let data = this.goods.data;
if (data != null) {
this.orderId = data.order_id;
this.orderTime = data.order_time;
this.orderPlatform = data.order_platform;
}
if (this.goods.code == 0) {
this.myheadtext = this.$i18n.messages[this.$i18n.locale]['支付成功']
} else {
......@@ -231,7 +231,7 @@
onLoad(options) {
this.queryPage.token = options.token;
this.queryPage.PayerID = options.PayerID;
this.queryPage.pay_order_id = options.PayOrderId;
this.loadData();
},
......
......@@ -64,7 +64,7 @@
},
g(e){
uni.showLoading({
title: '正在加载中...'
title: '正在加载中'
})
homeservice.WorksList(this.queryPage).then(result => {
this.datalist = this.datalist.concat(result.data)
......@@ -100,7 +100,7 @@
},
getShapeList(){
this.datalist = []
uni.showLoading({title: '正在加载中...'})
uni.showLoading({title: '正在加载中'})
//查询颜色列表
homeservice.WorksList(this.queryPage).then(result => {
this.datalist = result.data
......
......@@ -82,7 +82,7 @@
},
g(e){
uni.showLoading({
title: '正在加载中...'
title: '正在加载中'
})
homeservice.WorksList(this.queryPage).then(result => {
this.Material_categorydatalist = this.Material_categorydatalist.concat(result.data)
......@@ -146,7 +146,7 @@
},
// MaterialList(){
// this.datalist = []
// uni.showLoading({title: '正在加载中...'})
// uni.showLoading({title: '正在加载中'})
// homeservice.WorksList(this.queryPage).then(result => {
// this.Material_categorydatalist = result.data
// this.datalist = result.data
......@@ -161,7 +161,7 @@
// 贴图列表
getShapeList(){
this.datalist = []
uni.showLoading({title: '正在加载中...'})
uni.showLoading({title: '正在加载中'})
homeservice.WorksList(this.queryPage).then(result => {
this.showState = true
this.Material_categorydatalist = result.data
......
......@@ -84,7 +84,7 @@
},
g(e){
uni.showLoading({
title: '正在加载中...'
title: '正在加载中'
})
homeservice.WorksList(this.queryPage).then(result => {
this.datalist = this.datalist.concat(result.data)
......@@ -129,7 +129,7 @@
getShapeList(){
console.log(this.windowHeight)
this.datalist = []
uni.showLoading({title: '正在加载中...'})
uni.showLoading({title: '正在加载中'})
homeservice.WorksList(this.queryPage).then(result => {
this.datalist = result.data
// this.datalist.unshift(
......
......@@ -1766,7 +1766,7 @@
} else if (this.e_active == 2 || this.e_active == 23) {
s_data = 'Material'
}
uni.showLoading({title: '正在加载中...',mask: true})
uni.showLoading({title: '正在加载中',mask: true})
homeservice.queryListPhone({
s: s_data + '.detail',
id: item.id
......
static/icon_diy_ai.png

611 Bytes | W: | H:

static/icon_diy_ai.png

205 Bytes | W: | H:

static/icon_diy_ai.png
static/icon_diy_ai.png
static/icon_diy_ai.png
static/icon_diy_ai.png
  • 2-up
  • Swipe
  • Onion skin
static/img/icon_pay_success.png

7.56 KB | W: | H:

static/img/icon_pay_success.png

2.19 KB | W: | H:

static/img/icon_pay_success.png
static/img/icon_pay_success.png
static/img/icon_pay_success.png
static/img/icon_pay_success.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -35,7 +35,7 @@
"提示": "提示",
"网络超时请重试": "网络超时,请重试!",
"正在生成订单": "正在生成订单...",
"正在加载中": "正在加载中...",
"正在加载中": "正在加载中",
"加载失败": "加载失败",
"抱歉请先输入或者选择文字内容哦": "抱歉,请先输入或者选择文字内容哦",
"抱歉你还没有输入内容哦": "抱歉,你还没有输入内容哦",
......
static/qiehuan.png

7.38 KB | W: | H:

static/qiehuan.png

6.07 KB | W: | H:

static/qiehuan.png
static/qiehuan.png
static/qiehuan.png
static/qiehuan.png
  • 2-up
  • Swipe
  • Onion skin
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>Customize Phone case</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.97465e7b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.98aa5d0c.js></script><script src=/static/js/index.f74b4ba9.js></script></body></html>
\ No newline at end of file
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.8d42686c.js></script><script src=/static/js/index.c1574e72.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-login-login"],{"2d1e":function(t,e,a){t.exports=a.p+"static/img/bg.f6e7ea0d.png"},"429a":function(t,e,a){var i=a("9280");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("4f06").default;n("4d63e41a",i,!0,{sourceMap:!1,shadowMode:!1})},"5fe1":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABW5JREFUeF7tm19oHEUcx7+/O9iAWDViIOzcpUZrGvXyYp+0Vcib6IMgeglJpH8QfFILGn0QkhYUpFZqxRdBkkqxoGITHxSftdEXY/IQbROqobmdI+RPz1SfNtyN/M7deNkkt3t3u7ebnPOW3Mxv5vvZmZ2d+f1+hIBLJpMRRPQogAeJqBNAB4BWAHcC2Gd1/xeANQCLAOaUUtcAXFVK/ZRMJmWQQ6QgjGez2UMA+pRSTwFg0bWUa0T0LYBLuq5P1mJou7a+AVheXt5nmuZLAI4DeMjvgVr2fgMwqmnaxy0tLTxrai41A5ifn79L07RXAbwC4O6aR+TNwE0AH5qmeb69vf1Pb022r1U1AKUUSSmPEtF7AO6pZRA1tF1RSg0KIT4lIlWNnaoAZDKZA7FY7AKAw9V0GkCbiXw+f7Stre33Sm1XDMAwjOeJ6BMAd1TaWcD1bymlXkwkEl9W0o9nADzls9ksT/fXKukghLrv67o+6HVJeAIwMzOjNTc3j/LWFoKgarq8lMvljqdSKdOtsSsAS/zXAJ50Mxax37/L5XLPuEEoC8Ca9hcB9EdMnNfhfKbr+gvllkNZAFLKdwG86bW3iNY7I4TYUcOOAAzDeI6IKnqjRhQAlFLpnXaHbQEsLi7el8/nf7EOLFHVVcm41uLx+COtra1/OBttAWCt++8BHKmkh11Q94qu60843wdbABiGcYyIeMsLpUxPT2NlZQXd3d2Ix+N+j+GEEGKTtk0ArIPNHIAWv3v2Ym98fBwjIyPFqv39/ejp6fHSrJI6y6ZpdpQeoDYBkFIOAzhViUW/6paKZ5vpdBoDAwN+mS+1c0oIcdr+xwaApaWl29fX12/U8Ui7MSin+FQqheHhYTQ1NQUB4Kamaffa9wkbAKSUrwPgb/26ljqLt7XxEfos/1EEYL35ZwE8UE/1IYlnidd1Xe/gHaEIQEr5GICJBhFvyzwshPixCMAwjHNEdLJeAEJ88hsSlVLnE4nESXsGXPXh9tYTvyiItwY6K4ToJMMwEkSU8TT6GitFSLytpI0B1OXQE0Hx/PLv4Wuut5VSb9X4cMs2j6L44hZI9A7PgK+I6NmgAERVvLX9X+a7/Z8BsCvL9xJl8ZbYSQbAzkfdb/W7QDxLvsEAbpV4aX3jMDY2htHR/06eXV1dGBoaCur7vtpxrzKAqlxKXnrcBRDMQAEwpIhDKAIIZAmUzpAIQygugUBegs4lElEIxZdgYNugG4SALz68vKYmA/8QijIEpdTlunwKRxWC/SmcJqLPvcwXP+s43wlhLIfiYUhKmQSw4Kc4r7YiAGG/fSHCcXkHvQ7cz3ohQpgTQhy0r8Q+ICKO9AqlhAHBeSXGwU5XQlFvdeo8PLFXiL1DAZYjQoiJ0mtxdokdCLBDV9OlEPr6+tDb2+vapsoKm6/F2UhYjhGngKmpKayurgblHLW72+wY4f9aoa7sGmuukupuaZbTNG3/FteYNQtCc47Wkd5pIcSGAzhS7vE6QFguFAqdyWSSY42LZUuAhJSSo73/ddLvvVI+QIL1Wo7SHyIUB+zXY5jQdf1x1xAZ7m1hYeH+eDzOyQmc1bEXylo+nz+0XTB1uTA5Dor+Yi+orzhMzhYtpTwDYHCXQzgrhNhRw/+hsm5Pt6GDpW04DR0ub0No6ISJ0mXSsCkzpRAaOmnKsSSOAeCtMrS0OQBv6Lp+wWuOkPOl75oy47ZLWPHFHGH2ch2jTPkw85FpmudCS5x0gilJnT3BidJu4Kr8naPZRiKVOrudEE6eLhQKnKvztA/XbNeVUt/EYrGLkU6e3umJ2unzRPSwdfVup8/zzdNtRLSulPpbKZUjohynzwOYVUr9Wo/0+X8Ac8mstMkUD9gAAAAASUVORK5CYII="},"7b54":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t.longState?i("v-uni-view",{staticClass:"content",staticStyle:{margin:"auto"},style:{width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[i("v-uni-view",{staticStyle:{width:"100%",height:"120upx"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.back()}}},[i("v-uni-image",{staticStyle:{width:"60upx",height:"60upx","margin-left":"25upx","margin-top":"25upx"},attrs:{src:a("5fe1"),mode:"aspectFit"}})],1),i("v-uni-view",{staticClass:"loader"}),i("v-uni-view",{staticClass:"logoimg"},[i("v-uni-view",{staticClass:"logoimage"},[t._v(t._s(t.$i18n.messages[t.$i18n.locale]["登录文本"]))])],1),i("v-uni-input",{staticClass:"inputphone",style:{width:t.$tool.isPc()?"20%":"60%"},attrs:{type:"number",placeholder:t.$i18n.messages[t.$i18n.locale]["请输入您的手机号"],clearable:!0,focus:!0},model:{value:t.phone,callback:function(e){t.phone=e},expression:"phone"}}),i("v-uni-input",{staticClass:"inputpassword",style:{width:t.$tool.isPc()?"20%":"60%"},attrs:{type:"password",placeholder:t.$i18n.messages[t.$i18n.locale]["请输入登录密码"],displayable:!0},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}}),t.logoState?i("v-uni-button",{staticClass:"loginBtn",style:{width:t.$tool.isPc()?t.$base.isPcWidth-40+"px":"70%"},attrs:{"hover-class":"hover-class-bg"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.bindLogin.apply(void 0,arguments)}}},[t._v(t._s(t.$i18n.messages[t.$i18n.locale]["登录"]))]):t._e(),i("v-uni-image",{staticClass:"bgimage",attrs:{src:a("2d1e"),mode:""}})],1):t._e()},n=[]},8170:function(t,e,a){"use strict";a.r(e);var i=a("7b54"),n=a("e9df");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("867b");var s=a("f0c5"),d=Object(s["a"])(n["default"],i["b"],i["c"],!1,null,"3d6de1ca",null,!1,i["a"],void 0);e["default"]=d.exports},"867b":function(t,e,a){"use strict";var i=a("429a"),n=a.n(i);n.a},9280:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\r\n/*每个页面公共css */uni-page-body[data-v-3d6de1ca]{height:100%;display:flex;font-size:16px;width:100%;height:100%;display:block;background-color:#fff}body.?%PAGE?%[data-v-3d6de1ca]{background-color:#fff}.content[data-v-3d6de1ca]{display:flex;flex-direction:column;align-items:center;justify-content:center}.loader[data-v-3d6de1ca]{z-index:1;position:absolute;top:%?120?%;width:%?250?%;height:%?250?%;border-radius:50%;background:linear-gradient(#f07e6e,#84cdfa,#5ad1cd);-webkit-animation:animate-data-v-3d6de1ca 1.2s linear infinite;animation:animate-data-v-3d6de1ca 1.2s linear infinite}@-webkit-keyframes animate-data-v-3d6de1ca{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes animate-data-v-3d6de1ca{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader[data-v-3d6de1ca]:after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:#f1f1f1;border:solid #fff 10px;border-radius:50%}.inputpassword[data-v-3d6de1ca]{font-size:%?28?%;position:absolute;top:%?600?%;height:%?70?%;width:50%;text-align:center;border-bottom:1px #14141a solid;border-radius:%?10?%}.inputphone[data-v-3d6de1ca]{font-size:%?28?%;position:absolute;top:%?450?%;height:%?70?%;width:50%;text-align:center;border-bottom:1px #14141a solid;border-radius:%?10?%}.logoimg[data-v-3d6de1ca]{position:absolute;top:%?150?%;z-index:10}.loginBtn[data-v-3d6de1ca]{font-size:%?34?%;background:linear-gradient(90deg,#4bb0ff,#6149f6);border-radius:%?200?%;width:80%;position:absolute;color:#fff;bottom:%?100?%}.register[data-v-3d6de1ca]{position:absolute;top:%?1080?%;text-align:center;color:red}.logoimage[data-v-3d6de1ca]{height:%?200?%;width:%?200?%;border-radius:%?100?%;background:#fff;text-align:center;line-height:%?200?%;font-size:%?50?%;color:#14141a}.text-area[data-v-3d6de1ca]{position:absolute;top:%?400?%;display:flex;justify-content:center}.title[data-v-3d6de1ca]{font-size:%?50?%;color:#14141a}.bgimage[data-v-3d6de1ca]{position:absolute;left:0;bottom:0;z-index:-1;width:%?464?%;height:%?590?%}',""]),t.exports=e},dd63:function(t,e,a){"use strict";a("7a82");var i=a("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("ac1f"),a("00b4");i(a("f046"));var n=i(a("83d5")),o={components:{},data:function(){return{title:"Login",phone:"",language:null,password:"",logoState:!0,longState:!1,globalData:{bindWx:null,machine_id:null},promoter_id:""}},methods:{back:function(){var t=this;uni.navigateBack(),setTimeout((function(){uni.reLaunch({url:"/pages/login/select_login?machine_id="+t.globalData.machine_id})}),20)},bindLogin:function(){var t=this;if(this.phone)if(this.password){this.phone,this.password;uni.showLoading({title:this.$i18n.messages[this.$i18n.locale]["正在登录中"]}),n.default.bindWx({s:"User.webLogin",phone:this.phone,password:this.password}).then((function(e){t.globalData.bindWx=e,uni.setStorageSync("token",e.token),uni.setStorageSync("globalData",t.globalData),uni.hideLoading(),uni.showToast({icon:"none",title:t.$i18n.messages[t.$i18n.locale]["登陆成功"]}),uni.reLaunch({url:"/pages/index/detailsphone?machine_id="+t.globalData.machine_id})})).catch((function(t){uni.hideLoading(),uni.showToast({title:t.msg,icon:"none"})}))}else uni.showToast({icon:"none",title:this.$i18n.messages[this.$i18n.locale]["请输入登录密码"]});else uni.showToast({icon:"none",title:this.$i18n.messages[this.$i18n.locale]["请输入您的手机号"]})},isPoneAvailable:function(t){return!!/^1[0-9]{10}$/.test(t)}},onReady:function(){},onLoad:function(t){try{var e=uni.getStorageSync("globalData");e&&(this.globalData=e)}catch(a){}try{uni.getStorageSync("machine_id");this.globalData.machine_id=this.globalData.machine_id}catch(a){}t.promoter_id&&(this.promoter_id=t.promoter_id),this.longState=!0,uni.setNavigationBarTitle({title:this.$i18n.messages[this.$i18n.locale]["定制手机壳"]})},onShow:function(){}};e.default=o},e9df:function(t,e,a){"use strict";a.r(e);var i=a("dd63"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-login-login"],{"0381":function(t,e,a){var i=a("22fd");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("4f06").default;n("85320e96",i,!0,{sourceMap:!1,shadowMode:!1})},1808:function(t,e,a){t.exports=a.p+"static/img/bg.f6e7ea0d.png"},"22fd":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\r\n/*每个页面公共css */uni-page-body[data-v-03650d80]{height:100%;display:flex;font-size:16px;width:100%;height:100%;display:block;background-color:#fff}body.?%PAGE?%[data-v-03650d80]{background-color:#fff}.content[data-v-03650d80]{display:flex;flex-direction:column;align-items:center;justify-content:center}.loader[data-v-03650d80]{z-index:1;position:absolute;top:%?120?%;width:%?250?%;height:%?250?%;border-radius:50%;background:linear-gradient(#f07e6e,#84cdfa,#5ad1cd);-webkit-animation:animate-data-v-03650d80 1.2s linear infinite;animation:animate-data-v-03650d80 1.2s linear infinite}@-webkit-keyframes animate-data-v-03650d80{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes animate-data-v-03650d80{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader[data-v-03650d80]:after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background:#f1f1f1;border:solid #fff 10px;border-radius:50%}.inputpassword[data-v-03650d80]{font-size:%?28?%;position:absolute;top:%?600?%;height:%?70?%;width:50%;text-align:center;border-bottom:1px #14141a solid;border-radius:%?10?%}.inputphone[data-v-03650d80]{font-size:%?28?%;position:absolute;top:%?450?%;height:%?70?%;width:50%;text-align:center;border-bottom:1px #14141a solid;border-radius:%?10?%}.logoimg[data-v-03650d80]{position:absolute;top:%?150?%;z-index:10}.loginBtn[data-v-03650d80]{font-size:%?34?%;background:linear-gradient(90deg,#4bb0ff,#6149f6);border-radius:%?200?%;width:80%;position:absolute;color:#fff;bottom:%?100?%}.register[data-v-03650d80]{position:absolute;top:%?1080?%;text-align:center;color:red}.logoimage[data-v-03650d80]{height:%?200?%;width:%?200?%;border-radius:%?100?%;background:#fff;text-align:center;line-height:%?200?%;font-size:%?50?%;color:#14141a}.text-area[data-v-03650d80]{position:absolute;top:%?400?%;display:flex;justify-content:center}.title[data-v-03650d80]{font-size:%?50?%;color:#14141a}.bgimage[data-v-03650d80]{position:absolute;left:0;bottom:0;z-index:-1;width:%?464?%;height:%?590?%}',""]),t.exports=e},"5fe8":function(t,e,a){"use strict";a("7a82");var i=a("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("ac1f"),a("00b4");i(a("02f6"));var n=i(a("9e6c")),o={components:{},data:function(){return{title:"Login",phone:"",language:null,password:"",logoState:!0,longState:!1,globalData:{bindWx:null,machine_id:null},promoter_id:""}},methods:{back:function(){var t=this;uni.navigateBack(),setTimeout((function(){uni.reLaunch({url:"/pages/login/select_login?machine_id="+t.globalData.machine_id})}),20)},bindLogin:function(){var t=this;if(this.phone)if(this.password){this.phone,this.password;uni.showLoading({title:this.$i18n.messages[this.$i18n.locale]["正在登录中"]}),n.default.bindWx({s:"User.webLogin",phone:this.phone,password:this.password}).then((function(e){t.globalData.bindWx=e,uni.setStorageSync("globalData",t.globalData),uni.hideLoading(),uni.showToast({icon:"none",title:t.$i18n.messages[t.$i18n.locale]["登陆成功"]}),uni.reLaunch({url:"/pages/index/detailsphone?machine_id="+t.globalData.machine_id})})).catch((function(t){uni.hideLoading(),uni.showToast({title:t.msg,icon:"none"})}))}else uni.showToast({icon:"none",title:this.$i18n.messages[this.$i18n.locale]["请输入登录密码"]});else uni.showToast({icon:"none",title:this.$i18n.messages[this.$i18n.locale]["请输入您的手机号"]})},isPoneAvailable:function(t){return!!/^1[0-9]{10}$/.test(t)}},onReady:function(){},onLoad:function(t){try{var e=uni.getStorageSync("globalData");e&&(this.globalData=e)}catch(a){}try{uni.getStorageSync("machine_id");this.globalData.machine_id=this.globalData.machine_id}catch(a){}t.promoter_id&&(this.promoter_id=t.promoter_id),this.longState=!0,uni.setNavigationBarTitle({title:this.$i18n.messages[this.$i18n.locale]["定制手机壳"]})},onShow:function(){}};e.default=o},d3c9:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAABW5JREFUeF7tm19oHEUcx7+/O9iAWDViIOzcpUZrGvXyYp+0Vcib6IMgeglJpH8QfFILGn0QkhYUpFZqxRdBkkqxoGITHxSftdEXY/IQbROqobmdI+RPz1SfNtyN/M7deNkkt3t3u7ebnPOW3Mxv5vvZmZ2d+f1+hIBLJpMRRPQogAeJqBNAB4BWAHcC2Gd1/xeANQCLAOaUUtcAXFVK/ZRMJmWQQ6QgjGez2UMA+pRSTwFg0bWUa0T0LYBLuq5P1mJou7a+AVheXt5nmuZLAI4DeMjvgVr2fgMwqmnaxy0tLTxrai41A5ifn79L07RXAbwC4O6aR+TNwE0AH5qmeb69vf1Pb022r1U1AKUUSSmPEtF7AO6pZRA1tF1RSg0KIT4lIlWNnaoAZDKZA7FY7AKAw9V0GkCbiXw+f7Stre33Sm1XDMAwjOeJ6BMAd1TaWcD1bymlXkwkEl9W0o9nADzls9ksT/fXKukghLrv67o+6HVJeAIwMzOjNTc3j/LWFoKgarq8lMvljqdSKdOtsSsAS/zXAJ50Mxax37/L5XLPuEEoC8Ca9hcB9EdMnNfhfKbr+gvllkNZAFLKdwG86bW3iNY7I4TYUcOOAAzDeI6IKnqjRhQAlFLpnXaHbQEsLi7el8/nf7EOLFHVVcm41uLx+COtra1/OBttAWCt++8BHKmkh11Q94qu60843wdbABiGcYyIeMsLpUxPT2NlZQXd3d2Ix+N+j+GEEGKTtk0ArIPNHIAWv3v2Ym98fBwjIyPFqv39/ejp6fHSrJI6y6ZpdpQeoDYBkFIOAzhViUW/6paKZ5vpdBoDAwN+mS+1c0oIcdr+xwaApaWl29fX12/U8Ui7MSin+FQqheHhYTQ1NQUB4Kamaffa9wkbAKSUrwPgb/26ljqLt7XxEfos/1EEYL35ZwE8UE/1IYlnidd1Xe/gHaEIQEr5GICJBhFvyzwshPixCMAwjHNEdLJeAEJ88hsSlVLnE4nESXsGXPXh9tYTvyiItwY6K4ToJMMwEkSU8TT6GitFSLytpI0B1OXQE0Hx/PLv4Wuut5VSb9X4cMs2j6L44hZI9A7PgK+I6NmgAERVvLX9X+a7/Z8BsCvL9xJl8ZbYSQbAzkfdb/W7QDxLvsEAbpV4aX3jMDY2htHR/06eXV1dGBoaCur7vtpxrzKAqlxKXnrcBRDMQAEwpIhDKAIIZAmUzpAIQygugUBegs4lElEIxZdgYNugG4SALz68vKYmA/8QijIEpdTlunwKRxWC/SmcJqLPvcwXP+s43wlhLIfiYUhKmQSw4Kc4r7YiAGG/fSHCcXkHvQ7cz3ohQpgTQhy0r8Q+ICKO9AqlhAHBeSXGwU5XQlFvdeo8PLFXiL1DAZYjQoiJ0mtxdokdCLBDV9OlEPr6+tDb2+vapsoKm6/F2UhYjhGngKmpKayurgblHLW72+wY4f9aoa7sGmuukupuaZbTNG3/FteYNQtCc47Wkd5pIcSGAzhS7vE6QFguFAqdyWSSY42LZUuAhJSSo73/ddLvvVI+QIL1Wo7SHyIUB+zXY5jQdf1x1xAZ7m1hYeH+eDzOyQmc1bEXylo+nz+0XTB1uTA5Dor+Yi+orzhMzhYtpTwDYHCXQzgrhNhRw/+hsm5Pt6GDpW04DR0ub0No6ISJ0mXSsCkzpRAaOmnKsSSOAeCtMrS0OQBv6Lp+wWuOkPOl75oy47ZLWPHFHGH2ch2jTPkw85FpmudCS5x0gilJnT3BidJu4Kr8naPZRiKVOrudEE6eLhQKnKvztA/XbNeVUt/EYrGLkU6e3umJ2unzRPSwdfVup8/zzdNtRLSulPpbKZUjohynzwOYVUr9Wo/0+X8Ac8mstMkUD9gAAAAASUVORK5CYII="},d9a1:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return t.longState?i("v-uni-view",{staticClass:"content",staticStyle:{margin:"auto"},style:{width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[i("v-uni-view",{staticStyle:{width:"100%",height:"120upx"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.back()}}},[i("v-uni-image",{staticStyle:{width:"60upx",height:"60upx","margin-left":"25upx","margin-top":"25upx"},attrs:{src:a("d3c9"),mode:"aspectFit"}})],1),i("v-uni-view",{staticClass:"loader"}),i("v-uni-view",{staticClass:"logoimg"},[i("v-uni-view",{staticClass:"logoimage"},[t._v(t._s(t.$i18n.messages[t.$i18n.locale]["登录文本"]))])],1),i("v-uni-input",{staticClass:"inputphone",style:{width:t.$tool.isPc()?"20%":"60%"},attrs:{type:"number",placeholder:t.$i18n.messages[t.$i18n.locale]["请输入您的手机号"],clearable:!0,focus:!0},model:{value:t.phone,callback:function(e){t.phone=e},expression:"phone"}}),i("v-uni-input",{staticClass:"inputpassword",style:{width:t.$tool.isPc()?"20%":"60%"},attrs:{type:"password",placeholder:t.$i18n.messages[t.$i18n.locale]["请输入登录密码"],displayable:!0},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}}),t.logoState?i("v-uni-button",{staticClass:"loginBtn",style:{width:t.$tool.isPc()?t.$base.isPcWidth-40+"px":"70%"},attrs:{"hover-class":"hover-class-bg"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.bindLogin.apply(void 0,arguments)}}},[t._v(t._s(t.$i18n.messages[t.$i18n.locale]["登录"]))]):t._e(),i("v-uni-image",{staticClass:"bgimage",attrs:{src:a("1808"),mode:""}})],1):t._e()},n=[]},e309:function(t,e,a){"use strict";a.r(e);var i=a("d9a1"),n=a("eca0");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("edb5");var s=a("f0c5"),r=Object(s["a"])(n["default"],i["b"],i["c"],!1,null,"03650d80",null,!1,i["a"],void 0);e["default"]=r.exports},eca0:function(t,e,a){"use strict";a.r(e);var i=a("5fe8"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},edb5:function(t,e,a){"use strict";var i=a("0381"),n=a.n(i);n.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-mine-goodsordersize"],{"210a":function(t,i,e){var n=e("24fb");i=n(!1),i.push([t.i,".head[data-v-27c1e322]{position:fixed;width:100%;z-index:888;align-items:center;height:100px;background:red}.title[data-v-27c1e322]{position:fixed;width:100%;text-align:center;line-height:32px;height:32px}.back[data-v-27c1e322]{position:fixed;width:%?81?%;text-align:center;line-height:32px;height:32px;font-size:%?32?%;font-weight:900;z-index:9;align-items:center}",""]),t.exports=i},2848:function(t,i,e){"use strict";e.r(i);var n=e("8163"),a=e.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){e.d(i,t,(function(){return n[t]}))}(o);i["default"]=a.a},"285b":function(t,i,e){"use strict";e.d(i,"b",(function(){return n})),e.d(i,"c",(function(){return a})),e.d(i,"a",(function(){}));var n=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("v-uni-view",{staticStyle:{position:"fixed","z-index":"998"},style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[n("v-uni-view",{staticClass:"head",style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t.backShow?n("v-uni-view",{staticClass:"back",style:{top:t.top+"px",color:t.color},on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.back.apply(void 0,arguments)}}},[1==t.worksid?n("v-uni-image",{staticStyle:{width:"39upx",height:"39upx","margin-top":"5px"},attrs:{src:e("1730"),mode:"aspectFit"}}):t._e(),0==t.worksid?n("v-uni-image",{staticStyle:{width:"23upx",height:"39upx","margin-top":"5px"},attrs:{src:e("6f4f"),mode:"aspectFit"}}):t._e(),-2==t.worksid||60==t.worksid?n("v-uni-image",{staticStyle:{width:"50upx",height:"50upx","margin-top":"5px"},attrs:{src:e("5fe1"),mode:"aspectFit"}}):t._e()],1):t._e(),t.titleShow?n("v-uni-view",{staticClass:"title",style:{top:t.top+"px",color:t.color,"font-size":t.size+"rpx",width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t._v(t._s(t.title))]):t._e()],1)],1)},a=[]},"61e6":function(t,i,e){"use strict";var n=e("6a3b"),a=e.n(n);a.a},6749:function(t,i,e){var n=e("210a");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=e("4f06").default;a("0b90c7ec",n,!0,{sourceMap:!1,shadowMode:!1})},"6a3b":function(t,i,e){var n=e("a6fb");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=e("4f06").default;a("3ad74882",n,!0,{sourceMap:!1,shadowMode:!1})},"6f4f":function(t,i){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAnCAYAAADkUNMNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MURCRjQ3RTJDNUQzMTFFQkI4NUVFQ0VBMjYyMzIwNzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MURCRjQ3RTFDNUQzMTFFQkI4NUVFQ0VBMjYyMzIwNzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjczQjA5RkE3NUIwNzExRUJBMkEwQjRGRDJDQjQyRjEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjczQjA5RkE4NUIwNzExRUJBMkEwQjRGRDJDQjQyRjEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AOUs4gAAASNJREFUeNq0l98LgjAQx50JRvUSRS/9//9VD/nSS0IF/mhtc01BM5267W4HIhzy+R6Hu/uOSCkDXxFigRitrjTnBXuLpEvWlUOfd85S2YtPyZM6D66cFjyNN9Ghn6uEPIHbogM30BVJQW0ZtqKNMmOP9htvYCe4KdgabgO2gtuCjeEuYCO4K3gRDgHPwqHgSTgGWAvHAo/gmOA/ODa4g/sA/+a5DNbaNRWSEjTsu7ZkLNNVr2b2DdQWXwLjXxFRQH+IkASmjz+CwPzgAgosj1yAgNmycBQwX3MOAnYL2lLA3lpYCLiZIkMBdztnIACzzhMCyqNfwBY63kY7ZfjzYV7w6oxys9AJkJC8mjfWnYgW4k5IsFe8p/LsR1S41wuXLr4CDADMzr+hAB/Z7wAAAABJRU5ErkJggg=="},8163:function(t,i,e){"use strict";e("7a82");var n=e("4ea4").default;Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var a=n(e("967c")),o=n(e("90e5")),c=n(e("acb9")),u={components:{uParse:a.default,myhead:c.default},computed:{},data:function(){return{goods:{},queryPage:{s:"Surface.getDetail",surface_id:null},myheadtext:""}},methods:{loadData:function(){var t=this;uni.showLoading({title:this.$i18n.messages[this.$i18n.locale]["正在加载中"]}),o.default.queryListPhone(this.queryPage).then((function(i){t.goods=i,t.myheadtext=i.alias_name,wx.setNavigationBarTitle({title:t.goods.alias_name}),uni.hideLoading(),uni.stopPullDownRefresh()})).catch((function(t){uni.hideLoading(),uni.showToast({title:t.msg||t.data,icon:"none"})}))}},onPullDownRefresh:function(){this.loadData()},onLoad:function(t){this.queryPage.surface_id=t.surface_id,this.loadData()},onShow:function(){}};i.default=u},"97c3":function(t,i,e){"use strict";e.r(i);var n=e("c0ea"),a=e.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){e.d(i,t,(function(){return n[t]}))}(o);i["default"]=a.a},a6fb:function(t,i,e){var n=e("24fb");i=n(!1),i.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */uni-page-body[data-v-40bb636a]{background:#131319!important;color:#fff}body.?%PAGE?%[data-v-40bb636a]{background:#131319!important}',""]),t.exports=i},acb9:function(t,i,e){"use strict";e.r(i);var n=e("285b"),a=e("97c3");for(var o in a)["default"].indexOf(o)<0&&function(t){e.d(i,t,(function(){return a[t]}))}(o);e("fca2");var c=e("f0c5"),u=Object(c["a"])(a["default"],n["b"],n["c"],!1,null,"27c1e322",null,!1,n["a"],void 0);i["default"]=u.exports},bc74:function(t,i,e){"use strict";e.d(i,"b",(function(){return n})),e.d(i,"c",(function(){return a})),e.d(i,"a",(function(){}));var n=function(){var t=this.$createElement,i=this._self._c||t;return i("v-uni-view",{staticClass:"detail full-width"},[i("myhead",{attrs:{worksid:0,title:this.myheadtext,color:"#fff",titleShow:!0,backShow:!0,background:"none"}}),i("v-uni-view",{staticStyle:{width:"484upx","min-height":"577upx",position:"relative",margin:"40upx auto 40upx"}},[i("v-uni-image",{staticStyle:{width:"484upx",height:"577upx",margin:"auto",display:"block"},attrs:{src:this.goods.preview,mode:"widthFix"}})],1),this.goods.detail?i("uParse",{attrs:{content:this.goods.detail}}):this._e()],1)},a=[]},c0ea:function(t,i,e){"use strict";e("7a82"),Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0,e("a9e3");var n={props:{worksid:{type:Number,default:0},title:{type:String,default:""},size:{type:String,default:"32"},color:{type:String,default:"#000"},titleShow:{type:Boolean,default:!0},backShow:{type:Boolean,default:!0},background:{type:String,default:"linear-gradient(to right, #43e97b 0%, #38f9d7 100%)"}},data:function(){return{height:0,top:0}},mounted:function(){},created:function(){this.height=60,this.top=14},methods:{back:function(){this.worksid>0?60==this.worksid?this.$emit("headback"):uni.switchTab({url:"../home/home"}):uni.navigateBack()}},onLoad:function(t){},onShow:function(){}};i.default=n},dc39:function(t,i,e){"use strict";e.r(i);var n=e("bc74"),a=e("2848");for(var o in a)["default"].indexOf(o)<0&&function(t){e.d(i,t,(function(){return a[t]}))}(o);e("61e6");var c=e("f0c5"),u=Object(c["a"])(a["default"],n["b"],n["c"],!1,null,"40bb636a",null,!1,n["a"],void 0);i["default"]=u.exports},fca2:function(t,i,e){"use strict";var n=e("6749"),a=e.n(n);a.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-mine-goodsordersize"],{"04c8":function(t,e,i){"use strict";i.r(e);var n=i("43ea"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"0902":function(t,e,i){"use strict";var n=i("4657"),a=i.n(n);a.a},"43ea":function(t,e,i){"use strict";i("7a82");var n=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("daf9")),o=n(i("ed48")),u=n(i("463a")),d={components:{uParse:a.default,myhead:u.default},computed:{},data:function(){return{goods:{},queryPage:{s:"Surface.getDetail",surface_id:null},myheadtext:""}},methods:{loadData:function(){var t=this;uni.showLoading({title:this.$i18n.messages[this.$i18n.locale]["正在加载中"]}),o.default.queryListPhone(this.queryPage).then((function(e){t.goods=e,t.myheadtext=e.alias_name,wx.setNavigationBarTitle({title:t.goods.alias_name}),uni.hideLoading(),uni.stopPullDownRefresh()})).catch((function(t){uni.hideLoading(),uni.showToast({title:t.msg||t.data,icon:"none"})}))}},onPullDownRefresh:function(){this.loadData()},onLoad:function(t){this.queryPage.surface_id=t.surface_id,this.loadData()},onShow:function(){}};e.default=d},"463a":function(t,e,i){"use strict";i.r(e);var n=i("9eab"),a=i("a4bd");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);i("0902");var u=i("f0c5"),d=Object(u["a"])(a["default"],n["b"],n["c"],!1,null,"15f82de4",null,!1,n["a"],void 0);e["default"]=d.exports},4657:function(t,e,i){var n=i("4bab");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("84406b48",n,!0,{sourceMap:!1,shadowMode:!1})},"4bab":function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,".head[data-v-15f82de4]{position:fixed;width:100%;z-index:888;align-items:center;height:100px;background:red}.title[data-v-15f82de4]{position:fixed;width:100%;text-align:center;line-height:32px;height:32px}.back[data-v-15f82de4]{position:fixed;width:%?81?%;text-align:center;line-height:32px;height:32px;font-size:%?32?%;font-weight:900;z-index:9;align-items:center}",""]),t.exports=e},5196:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("a9e3");var n={props:{worksid:{type:Number,default:0},title:{type:String,default:""},size:{type:String,default:"32"},color:{type:String,default:"#000"},titleShow:{type:Boolean,default:!0},backShow:{type:Boolean,default:!0},background:{type:String,default:"linear-gradient(to right, #43e97b 0%, #38f9d7 100%)"}},data:function(){return{height:0,top:0}},mounted:function(){},created:function(){this.height=60,this.top=14},methods:{back:function(){this.worksid>0?60==this.worksid?this.$emit("headback"):uni.switchTab({url:"../home/home"}):uni.navigateBack()}},onLoad:function(t){},onShow:function(){}};e.default=n},"63a3":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAnCAYAAADkUNMNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MURCRjQ3RTJDNUQzMTFFQkI4NUVFQ0VBMjYyMzIwNzMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MURCRjQ3RTFDNUQzMTFFQkI4NUVFQ0VBMjYyMzIwNzMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjczQjA5RkE3NUIwNzExRUJBMkEwQjRGRDJDQjQyRjEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjczQjA5RkE4NUIwNzExRUJBMkEwQjRGRDJDQjQyRjEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AOUs4gAAASNJREFUeNq0l98LgjAQx50JRvUSRS/9//9VD/nSS0IF/mhtc01BM5267W4HIhzy+R6Hu/uOSCkDXxFigRitrjTnBXuLpEvWlUOfd85S2YtPyZM6D66cFjyNN9Ghn6uEPIHbogM30BVJQW0ZtqKNMmOP9htvYCe4KdgabgO2gtuCjeEuYCO4K3gRDgHPwqHgSTgGWAvHAo/gmOA/ODa4g/sA/+a5DNbaNRWSEjTsu7ZkLNNVr2b2DdQWXwLjXxFRQH+IkASmjz+CwPzgAgosj1yAgNmycBQwX3MOAnYL2lLA3lpYCLiZIkMBdztnIACzzhMCyqNfwBY63kY7ZfjzYV7w6oxys9AJkJC8mjfWnYgW4k5IsFe8p/LsR1S41wuXLr4CDADMzr+hAB/Z7wAAAABJRU5ErkJggg=="},"874e":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-view",{staticClass:"detail full-width"},[e("myhead",{attrs:{worksid:0,title:this.myheadtext,color:"#fff",titleShow:!0,backShow:!0,background:"none"}}),e("v-uni-view",{staticStyle:{width:"484upx","min-height":"577upx",position:"relative",margin:"40upx auto 40upx"}},[e("v-uni-image",{staticStyle:{width:"484upx",height:"577upx",margin:"auto",display:"block"},attrs:{src:this.goods.preview,mode:"widthFix"}})],1),this.goods.detail?e("uParse",{attrs:{content:this.goods.detail}}):this._e()],1)},a=[]},"9eab":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticStyle:{position:"fixed","z-index":"999"},style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[n("v-uni-view",{staticClass:"head",style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t.backShow?n("v-uni-view",{staticClass:"back",style:{top:t.top+"px",color:t.color},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.back.apply(void 0,arguments)}}},[1==t.worksid?n("v-uni-image",{staticStyle:{width:"39upx",height:"39upx","margin-top":"5px"},attrs:{src:i("ae86"),mode:"aspectFit"}}):t._e(),0==t.worksid?n("v-uni-image",{staticStyle:{width:"23upx",height:"39upx","margin-top":"5px"},attrs:{src:i("63a3"),mode:"aspectFit"}}):t._e(),-2==t.worksid||60==t.worksid?n("v-uni-image",{staticStyle:{width:"50upx",height:"50upx","margin-top":"5px"},attrs:{src:i("d3c9"),mode:"aspectFit"}}):t._e()],1):t._e(),t.titleShow?n("v-uni-view",{staticClass:"title",style:{top:t.top+"px",color:t.color,"font-size":t.size+"rpx",width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t._v(t._s(t.title))]):t._e()],1)],1)},a=[]},a4bd:function(t,e,i){"use strict";i.r(e);var n=i("5196"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},c610:function(t,e,i){"use strict";var n=i("ce07"),a=i.n(n);a.a},ce07:function(t,e,i){var n=i("e99f");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("4f5e57ce",n,!0,{sourceMap:!1,shadowMode:!1})},d4cf:function(t,e,i){"use strict";i.r(e);var n=i("874e"),a=i("04c8");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);i("c610");var u=i("f0c5"),d=Object(u["a"])(a["default"],n["b"],n["c"],!1,null,"40bb636a",null,!1,n["a"],void 0);e["default"]=d.exports},e99f:function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */uni-page-body[data-v-40bb636a]{background:#131319!important;color:#fff}body.?%PAGE?%[data-v-40bb636a]{background:#131319!important}',""]),t.exports=e}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-mine-orderList"],{"163e":function(t,a,i){"use strict";i.r(a);var e=i("54779"),n=i("8969");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(a,t,(function(){return n[t]}))}(o);i("6d36");var s=i("f0c5"),r=Object(s["a"])(n["default"],e["b"],e["c"],!1,null,"959bb4aa",null,!1,e["a"],void 0);a["default"]=r.exports},"17e0":function(t,a,i){var e=i("24fb");a=e(!1),a.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\r\n/* 隐藏滚动条 */[data-v-959bb4aa]::-webkit-scrollbar{width:0;height:0;color:transparent;display:none}\r\n/* 无数据 */.noData[data-v-959bb4aa]{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.noData_img[data-v-959bb4aa]{width:%?513?%;height:%?251?%;display:block;margin:0 auto %?36?%}.noData_title[data-v-959bb4aa]{color:#fff;text-align:center;font-size:%?36?%}.noData_text[data-v-959bb4aa]{margin-top:%?35?%;font-size:%?30?%;font-weight:400;color:#999}.noData_but[data-v-959bb4aa]{width:90%;height:%?70?%;line-height:%?70?%;text-align:center;color:#f56364;margin:%?140?% auto 0;border:%?1?% solid #f56364;border-radius:%?35?%}\r\n/* 啊嘞,附近没有T恤定制站哦 */uni-page-body[data-v-959bb4aa]{background:#f5f5f5!important}body.?%PAGE?%[data-v-959bb4aa]{background:#f5f5f5!important}.border-image-pesudo[data-v-959bb4aa]{width:%?110?%;height:%?110?%;background:#fff;padding:%?15?%;border:%?5?% solid;border-image:linear-gradient(0deg,#178ce6,#984ace) 2 2;border-radius:%?20?%;position:relative;overflow:hidden;margin:%?30?% %?20?% %?30?% %?30?%;-webkit-clip-path:inset(0 round %?7?%);clip-path:inset(0 round %?7?%)}.border-image-pesudo .border-image-pesudo-in[data-v-959bb4aa]{width:100%;height:100%}',""]),t.exports=a},"1bd5":function(t,a,i){"use strict";i("7a82");var e=i("4ea4").default;Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0,i("e9c4");e(i("2a6f"));var n=e(i("ed48")),o=e(i("463a")),s=e(i("902c")),r={components:{myhead:o.default},computed:{},data:function(){return{LoupanList:[],dataLoadState:{pullDownRefresh:!1,reachBottom:!1},queryPage:{machine_id:null},stateindex:!1,key:2,sighstate:!1,statetime:null,animMaind_time:1e4,designer:null,userId:null,myheadtext:""}},methods:{tomain:function(){var t=uni.getStorageSync("machine_id");t&&uni.reLaunch({url:"../index/detailsphone?machine_id="+t})},orderDetail:function(t){JSON.stringify(t);uni.navigateTo({url:"../mine/orderDetail?id="+t.id})},loadGoodsList:function(t){var a=this;uni.showLoading({title:this.$i18n.messages[this.$i18n.locale]["正在加载中"]}),n.default.getOrderList(null).then((function(t){a.stateindex=!0,a.LoupanList=t.data,a.dataLoadState.pullDownRefresh&&uni.stopPullDownRefresh(),a.dataLoadState.pullDownRefresh=!1,a.dataLoadState.reachBottom=!1,uni.hideLoading()})).catch((function(t){a.dataLoadState.pullDownRefresh&&uni.stopPullDownRefresh(),a.dataLoadState.pullDownRefresh=!1,a.dataLoadState.reachBottom=!1,uni.hideLoading()}))},loadMore:function(){}},onPullDownRefresh:function(){this.dataLoadState.pullDownRefresh=!1,this.dataLoadState.reachBottom=!1,this.queryPage.page=1,this.queryPage.total=0,this.LoupanList=[],this.loadGoodsList(s.default.DATA_DIRECTION.UP)},onReachBottom:function(){},onLoad:function(t){t.machine_id&&"null"!=t.machine_id?(this.queryPage.machine_id=t.machine_id,this.LoupanList=[],this.queryPage.page=1,this.queryPage.total=0,this.loadGoodsList(s.default.DATA_DIRECTION.UP)):this.stateindex=!0},onReady:function(){this.myheadtext=this.$i18n.messages[this.$i18n.locale]["订单列表"]},onShow:function(){}};a.default=r},54779:function(t,a,i){"use strict";i.d(a,"b",(function(){return e})),i.d(a,"c",(function(){return n})),i.d(a,"a",(function(){}));var e=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("v-uni-view",{staticClass:" full-height colletion full-width ",staticStyle:{margin:"auto"},style:{width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[e("myhead",{attrs:{worksid:-2,title:t.myheadtext,color:"#000",titleShow:!0,backShow:!0,background:"#fff"}}),e("v-uni-view",{staticClass:"uni-tab-bar full-width full-height ",style:{width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[e("v-uni-view",{staticStyle:{top:"70px",position:"fixed",height:"calc(100% - 60px)",overflow:"auto"},style:{width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"},attrs:{"scroll-y":!0}},[0==t.LoupanList.length&&1==t.stateindex?e("v-uni-view",[e("v-uni-view",{staticClass:"noData"},[e("v-uni-image",{staticClass:"noData_img",attrs:{src:i("8bd1"),mode:"aspectFill"}}),e("v-uni-view",{staticClass:"noData_title",staticStyle:{color:"#000000"}},[t._v(t._s(t.$i18n.messages[t.$i18n.locale]["啊嘞当前还没有订单任务"])),e("br"),e("v-uni-view",{staticClass:"noData_text"},[t._v(t._s(t.$i18n.messages[t.$i18n.locale]["去定制一个作品吧"]))])],1),e("v-uni-view",{staticClass:"noData_but",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.tomain()}}},[t._v(t._s(t.$i18n.messages[t.$i18n.locale]["去定制"]))])],1)],1):t._l(t.LoupanList,(function(a,i){return e("v-uni-view",{key:i,staticStyle:{background:"#fff !important",margin:"15upx 15upx","border-radius":"30upx"},on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.orderDetail(a)}}},[e("v-uni-view",{staticStyle:{color:"#fff",display:"flex","align-items":"center",width:"calc(100% - 40upx)",position:"relative"}},[e("v-uni-view",{staticClass:"border-image-pesudo"},[e("v-uni-view",{staticClass:"border-image-pesudo-in"},[e("v-uni-image",{staticStyle:{width:"110upx",height:"102upx",position:"absolute",top:"0",left:"0",right:"0",bottom:"0",margin:"auto","z-index":"8"},attrs:{src:a.works_image+"?x-oss-process=image/resize,lfit,w_300",mode:"aspectFit"}})],1)],1),e("v-uni-view",{staticStyle:{width:"20upx","font-size":"36upx",color:"#854AC2",position:"absolute",right:"20upx",top:"60upx"}},[t._v(">")]),e("v-uni-view",{staticStyle:{width:"calc(100% - 400upx)"}},[e("v-uni-view",{staticStyle:{width:"100%","font-size":"28upx"}},[e("v-uni-text",{staticStyle:{"font-size":"26upx",color:"#333333","font-weight":"550"}},[t._v(t._s(a.goods_specs||""))])],1),e("v-uni-view",{staticStyle:{"font-size":"25upx",color:"#333333","margin-top":"10upx"}},[t._v(t._s(t.$i18n.messages[t.$i18n.locale][a.status.text]))]),e("v-uni-view",{staticStyle:{width:"90%","font-size":"28upx"}},[e("v-uni-text",{staticStyle:{"font-size":"27upx",color:"#333333"}},[t._v(t._s(a.id||""))])],1)],1)],1)],1)}))],2)],1)],1)},n=[]},"6acf":function(t,a,i){var e=i("17e0");e.__esModule&&(e=e.default),"string"===typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);var n=i("4f06").default;n("95ab4e98",e,!0,{sourceMap:!1,shadowMode:!1})},"6d36":function(t,a,i){"use strict";var e=i("6acf"),n=i.n(e);n.a},8969:function(t,a,i){"use strict";i.r(a);var e=i("1bd5"),n=i.n(e);for(var o in e)["default"].indexOf(o)<0&&function(t){i.d(a,t,(function(){return e[t]}))}(o);a["default"]=n.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-mine-pay_fail"],{"05e6":function(t,e,i){t.exports=i.p+"static/img/icon_pay_cancelled.9a3fbae3.png"},"0e56":function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,".head[data-v-c7f8194e]{position:fixed;width:100%;z-index:888;align-items:center;border-bottom:%?0.5?% solid #eee}.title[data-v-c7f8194e]{position:fixed;width:100%;text-align:center;line-height:32px;height:32px;margin-top:%?5?%}.back[data-v-c7f8194e]{position:fixed;width:%?81?%;text-align:center;line-height:32px;height:32px;font-size:%?32?%;font-weight:900;z-index:9;align-items:center}",""]),t.exports=e},"29f6":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"full-height full-width",staticStyle:{display:"flex","flex-direction":"column",margin:"auto"},style:{width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[n("myhead",{attrs:{worksid:0,title:t.myheadtext,color:"#000",titleShow:!0,backShow:!0,background:"#fff"}}),n("v-uni-view",{staticStyle:{width:"100%",height:"calc(100% - 100upx)",margin:"auto","align-items":"center",position:"absolute",top:"0",left:"0",bottom:"0",right:"0",display:"flex","flex-direction":"column",background:"#fff","margin-top":"100upx"}},[n("v-uni-image",{staticStyle:{width:"100upx",height:"100upx","margin-top":"120upx"},attrs:{src:i("05e6"),mode:"aspectFit"}}),n("v-uni-view",{staticStyle:{"font-size":"40upx","font-family":"Roboto","font-weight":"300",color:"#333333","line-height":"50px","margin-top":"60upx"}},[t._v("You have canceled the payment.")]),n("v-uni-view",{staticStyle:{width:"524upx",height:"300upx",background:"#FFFFFF","box-shadow":"0px 0px 16px 0px rgba(4, 0, 0, 0.08)","border-radius":"30upx","margin-top":"60upx","padding-top":"20upx","padding-left":"80upx",display:"flex","flex-direction":"column"}},[n("v-uni-view",{staticStyle:{"font-size":"36upx",color:"#666666","font-family":"Roboto","font-weight":"400"}},[t._v("Order Detail")]),n("v-uni-view",{staticStyle:{"font-size":"28upx",color:"#777"}},[t._v("Order ID :  "+t._s(t.orderId))]),n("v-uni-view",{staticStyle:{"font-size":"28upx",color:"#777"}},[t._v("Order Time :   "+t._s(t.orderTime))]),n("v-uni-view",{staticStyle:{"font-size":"28upx",color:"#777"}},[t._v("payment platform :   "+t._s(t.orderPlatform))])],1),n("v-uni-button",{staticStyle:{position:"fixed",bottom:"40upx",background:"#854AC2","border-radius":"55upx",width:"350upx",height:"100upx","font-size":"36upx","font-family":"Roboto","font-weight":"400","text-align":"center",left:"calc(50% - 175upx)",color:"#FFFFFF"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toLine()}}},[t._v("home page")])],1)],1)},a=[]},"38f8":function(t,e,i){var n=i("bbba");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("02037ed8",n,!0,{sourceMap:!1,shadowMode:!1})},"438b":function(t,e,i){"use strict";var n=i("38f8"),a=i.n(n);a.a},"5cff":function(t,e,i){"use strict";i.r(e);var n=i("9e79"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"5dbd":function(t,e,i){"use strict";i.r(e);var n=i("29f6"),a=i("5cff");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);i("438b");var r=i("f0c5"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"ecb073a6",null,!1,n["a"],void 0);e["default"]=c.exports},"66e6":function(t,e,i){var n=i("0e56");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("4a445a67",n,!0,{sourceMap:!1,shadowMode:!1})},"9e79":function(t,e,i){"use strict";i("7a82");var n=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("967c")),o=(n(i("90e5")),n(i("ab14"))),r={components:{uParse:a.default,myhead:o.default},computed:{},data:function(){return{goods:{},queryPage:{token:""},myheadtext:"",orderId:"",orderTime:"",orderPlatform:""}},methods:{toLine:function(){try{var t=uni.getStorageSync("globalData");if(t)uni.reLaunch({url:"../index/detailsphone?machine_id="+t.machine_id});else{var e=uni.getStorageSync("machine_id");e?uni.reLaunch({url:"../index/detailsphone?machine_id="+e}):uni.navigateBack()}}catch(n){var i=uni.getStorageSync("machine_id");i?uni.reLaunch({url:"../index/detailsphone?machine_id="+i}):uni.navigateBack()}},loadData:function(){var t=this;uni.showLoading({title:this.$i18n.messages[this.$i18n.locale]["正在加载中"],mask:!0}),this.$http.post("api/Paypal/cancel",this.queryPage).then((function(e){t.goods=e;var i=t.goods.data;null!=i&&(t.orderId=i.order_id,t.orderTime=i.order_time,t.orderPlatform=i.order_platform),t.myheadtext=t.$i18n.messages[t.$i18n.locale]["支付取消"],uni.hideLoading()})).catch((function(e){uni.showToast({title:t.$i18n.messages[t.$i18n.locale]["支付取消"],icon:"none"}),uni.hideLoading()}))}},onPullDownRefresh:function(){this.loadData()},onLoad:function(t){this.queryPage.token=t.token,this.myheadtext=this.$i18n.messages[this.$i18n.locale]["支付取消"],this.loadData()},onShow:function(){}};e.default=r},ab14:function(t,e,i){"use strict";i.r(e);var n=i("b968"),a=i("cd01");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);i("af503");var r=i("f0c5"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"c7f8194e",null,!1,n["a"],void 0);e["default"]=c.exports},af503:function(t,e,i){"use strict";var n=i("66e6"),a=i.n(n);a.a},b968:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticStyle:{position:"fixed","z-index":"999"},style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[n("v-uni-view",{staticClass:"head",style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t.backShow?n("v-uni-view",{staticClass:"back",style:{top:t.top+"px",color:t.color},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.back.apply(void 0,arguments)}}},[1==t.worksid?n("v-uni-image",{staticStyle:{width:"39upx",height:"39upx","margin-top":"calc((32px - 39upx)/2)","margin-left":"auto","margin-right":"auto"},attrs:{src:i("1730"),mode:"aspectFit"}}):t._e(),0==t.worksid?n("v-uni-image",{staticStyle:{width:"50upx",height:"50upx","margin-top":"calc((32px - 39upx)/2)","margin-left":"auto","margin-right":"auto"},attrs:{src:i("5fe1"),mode:"aspectFit"}}):t._e()],1):t._e(),t.titleShow?n("v-uni-view",{staticClass:"title",style:{top:t.top+"px",color:t.color,"font-size":t.size+"rpx",width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t._v(t._s(t.title))]):t._e()],1)],1)},a=[]},bbba:function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */uni-page-body[data-v-ecb073a6]{background:#fff!important}body.?%PAGE?%[data-v-ecb073a6]{background:#fff!important}',""]),t.exports=e},c156:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("a9e3");var n={props:{worksid:{type:Number,default:0},title:{type:String,default:""},size:{type:String,default:"32"},color:{type:String,default:"#000"},titleShow:{type:Boolean,default:!0},backShow:{type:Boolean,default:!0},background:{type:String,default:"linear-gradient(to right, #43e97b 0%, #38f9d7 100%)"}},data:function(){return{height:0,top:0}},mounted:function(){},created:function(){this.height=60,this.top=10},methods:{back:function(){var t="";try{t=uni.getStorageSync("promoter_id")}catch(a){}try{var e=uni.getStorageSync("globalData");if(e)null!=t&&""!=t?uni.reLaunch({url:"../index/detailsphone?machine_id="+e.machine_id+"&promoterId="+t}):uni.reLaunch({url:"../index/detailsphone?machine_id="+e.machine_id});else{var i=uni.getStorageSync("machine_id");i?null!=t&&""!=t?uni.reLaunch({url:"../index/detailsphone?machine_id="+i+"&promoterId="+t}):uni.reLaunch({url:"../index/detailsphone?machine_id="+i}):uni.navigateBack()}}catch(a){var n=uni.getStorageSync("machine_id");n?null!=t&&""!=t?uni.reLaunch({url:"../index/detailsphone?machine_id="+n+"&promoterId="+t}):uni.reLaunch({url:"../index/detailsphone?machine_id="+n}):uni.navigateBack()}}},onLoad:function(t){},onShow:function(){}};e.default=n},cd01:function(t,e,i){"use strict";i.r(e);var n=i("c156"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-mine-pay_fail"],{"051a":function(t,e,i){"use strict";var n=i("38e9"),a=i.n(n);a.a},1214:function(t,e,i){"use strict";i("7a82");var n=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("daf9")),o=(n(i("ed48")),n(i("84e3"))),r={components:{uParse:a.default,myhead:o.default},computed:{},data:function(){return{goods:{},queryPage:{token:""},myheadtext:"",orderId:"",orderTime:"",orderPlatform:""}},methods:{toLine:function(){try{var t=uni.getStorageSync("globalData");if(t)uni.reLaunch({url:"../index/detailsphone?machine_id="+t.machine_id});else{var e=uni.getStorageSync("machine_id");e?uni.reLaunch({url:"../index/detailsphone?machine_id="+e}):uni.navigateBack()}}catch(n){var i=uni.getStorageSync("machine_id");i?uni.reLaunch({url:"../index/detailsphone?machine_id="+i}):uni.navigateBack()}},loadData:function(){var t=this;uni.showLoading({title:this.$i18n.messages[this.$i18n.locale]["正在加载中"],mask:!0}),this.$http.post("api/Paypal/cancel",this.queryPage).then((function(e){t.goods=e;var i=t.goods.data;null!=i&&(t.orderId=i.order_id,t.orderTime=i.order_time,t.orderPlatform=i.order_platform),t.myheadtext=t.$i18n.messages[t.$i18n.locale]["支付取消"],uni.hideLoading()})).catch((function(e){uni.showToast({title:t.$i18n.messages[t.$i18n.locale]["支付取消"],icon:"none"}),uni.hideLoading()}))}},onPullDownRefresh:function(){this.loadData()},onLoad:function(t){this.queryPage.token=t.token,this.myheadtext=this.$i18n.messages[this.$i18n.locale]["支付取消"],this.loadData()},onShow:function(){}};e.default=r},1991:function(t,e,i){t.exports=i.p+"static/img/icon_pay_cancelled.9a3fbae3.png"},"31ba":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticStyle:{position:"fixed","z-index":"999"},style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[n("v-uni-view",{staticClass:"head",style:{height:t.height+"px",background:t.background,width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t.backShow?n("v-uni-view",{staticClass:"back",style:{top:t.top+"px",color:t.color},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.back.apply(void 0,arguments)}}},[1==t.worksid?n("v-uni-image",{staticStyle:{width:"39upx",height:"39upx","margin-top":"calc((32px - 39upx)/2)","margin-left":"auto","margin-right":"auto"},attrs:{src:i("ae86"),mode:"aspectFit"}}):t._e(),0==t.worksid?n("v-uni-image",{staticStyle:{width:"50upx",height:"50upx","margin-top":"calc((32px - 39upx)/2)","margin-left":"auto","margin-right":"auto"},attrs:{src:i("d3c9"),mode:"aspectFit"}}):t._e()],1):t._e(),t.titleShow?n("v-uni-view",{staticClass:"title",style:{top:t.top+"px",color:t.color,"font-size":t.size+"rpx",width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[t._v(t._s(t.title))]):t._e()],1)],1)},a=[]},"38e9":function(t,e,i){var n=i("8cad");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("7fdba550",n,!0,{sourceMap:!1,shadowMode:!1})},"39af":function(t,e,i){var n=i("dbeb");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("44bc1c31",n,!0,{sourceMap:!1,shadowMode:!1})},"40e2":function(t,e,i){"use strict";i.r(e);var n=i("1214"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"74d7":function(t,e,i){"use strict";i.r(e);var n=i("ab28"),a=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);e["default"]=a.a},"84e3":function(t,e,i){"use strict";i.r(e);var n=i("31ba"),a=i("74d7");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);i("da3e");var r=i("f0c5"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"c7f8194e",null,!1,n["a"],void 0);e["default"]=c.exports},"8cad":function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */uni-page-body[data-v-ecb073a6]{background:#fff!important}body.?%PAGE?%[data-v-ecb073a6]{background:#fff!important}',""]),t.exports=e},ab28:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("a9e3");var n={props:{worksid:{type:Number,default:0},title:{type:String,default:""},size:{type:String,default:"32"},color:{type:String,default:"#000"},titleShow:{type:Boolean,default:!0},backShow:{type:Boolean,default:!0},background:{type:String,default:"linear-gradient(to right, #43e97b 0%, #38f9d7 100%)"}},data:function(){return{height:0,top:0}},mounted:function(){},created:function(){this.height=60,this.top=10},methods:{back:function(){var t="";try{t=uni.getStorageSync("promoter_id")}catch(a){}try{var e=uni.getStorageSync("globalData");if(e)null!=t&&""!=t?uni.reLaunch({url:"../index/detailsphone?machine_id="+e.machine_id+"&promoterId="+t}):uni.reLaunch({url:"../index/detailsphone?machine_id="+e.machine_id});else{var i=uni.getStorageSync("machine_id");i?null!=t&&""!=t?uni.reLaunch({url:"../index/detailsphone?machine_id="+i+"&promoterId="+t}):uni.reLaunch({url:"../index/detailsphone?machine_id="+i}):uni.navigateBack()}}catch(a){var n=uni.getStorageSync("machine_id");n?null!=t&&""!=t?uni.reLaunch({url:"../index/detailsphone?machine_id="+n+"&promoterId="+t}):uni.reLaunch({url:"../index/detailsphone?machine_id="+n}):uni.navigateBack()}}},onLoad:function(t){},onShow:function(){}};e.default=n},da3e:function(t,e,i){"use strict";var n=i("39af"),a=i.n(n);a.a},dbeb:function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,".head[data-v-c7f8194e]{position:fixed;width:100%;z-index:888;align-items:center;border-bottom:%?0.5?% solid #eee}.title[data-v-c7f8194e]{position:fixed;width:100%;text-align:center;line-height:32px;height:32px;margin-top:%?5?%}.back[data-v-c7f8194e]{position:fixed;width:%?81?%;text-align:center;line-height:32px;height:32px;font-size:%?32?%;font-weight:900;z-index:9;align-items:center}",""]),t.exports=e},e0ec:function(t,e,i){"use strict";i.r(e);var n=i("eab6"),a=i("40e2");for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);i("051a");var r=i("f0c5"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"ecb073a6",null,!1,n["a"],void 0);e["default"]=c.exports},eab6:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"full-height full-width",staticStyle:{display:"flex","flex-direction":"column",margin:"auto"},style:{width:t.$tool.isPc()?t.$base.isPcWidth+"px":"100%"}},[n("myhead",{attrs:{worksid:0,title:t.myheadtext,color:"#000",titleShow:!0,backShow:!0,background:"#fff"}}),n("v-uni-view",{staticStyle:{width:"100%",height:"calc(100% - 100upx)",margin:"auto","align-items":"center",position:"absolute",top:"0",left:"0",bottom:"0",right:"0",display:"flex","flex-direction":"column",background:"#fff","margin-top":"100upx"}},[n("v-uni-image",{staticStyle:{width:"100upx",height:"100upx","margin-top":"120upx"},attrs:{src:i("1991"),mode:"aspectFit"}}),n("v-uni-view",{staticStyle:{"font-size":"40upx","font-family":"Roboto","font-weight":"300",color:"#333333","line-height":"50px","margin-top":"60upx"}},[t._v("You have canceled the payment.")]),n("v-uni-view",{staticStyle:{width:"524upx",height:"300upx",background:"#FFFFFF","box-shadow":"0px 0px 16px 0px rgba(4, 0, 0, 0.08)","border-radius":"30upx","margin-top":"60upx","padding-top":"20upx","padding-left":"80upx",display:"flex","flex-direction":"column"}},[n("v-uni-view",{staticStyle:{"font-size":"36upx",color:"#666666","font-family":"Roboto","font-weight":"400"}},[t._v("Order Detail")]),n("v-uni-view",{staticStyle:{"font-size":"28upx",color:"#777"}},[t._v("Order ID :  "+t._s(t.orderId))]),n("v-uni-view",{staticStyle:{"font-size":"28upx",color:"#777"}},[t._v("Order Time :   "+t._s(t.orderTime))]),n("v-uni-view",{staticStyle:{"font-size":"28upx",color:"#777"}},[t._v("payment platform :   "+t._s(t.orderPlatform))])],1),n("v-uni-button",{staticStyle:{position:"fixed",bottom:"40upx",background:"#854AC2","border-radius":"55upx",width:"350upx",height:"100upx","font-size":"36upx","font-family":"Roboto","font-weight":"400","text-align":"center",left:"calc(50% - 175upx)",color:"#FFFFFF"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toLine()}}},[t._v("home page")])],1)],1)},a=[]}}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment