Commit fa7ebe9d authored by zhoucong's avatar zhoucong

Merge branch 'develop' of http://git.tbd.yanzuoguang.com/panyongping/uni-pdtravel into zhoucong

# Conflicts:
#	common/common.js
#	pages/index/index.vue
#	unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/components/orderCoupon.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/VLOG/scenicList/scenicList.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/VLOG/vlogIndex/vlogIndex.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/VLOG/vlogList/vlogList.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/VLOG/vlogface/vlogface.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/combination/combiChoose/combiChoose.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/combination/distributionCombiChoose/distributionCombiChoose.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/dingzhi/dingzhi.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/hotel/hotel.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/login.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/nearby/nearby.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/orderPayment/orderPayment.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/ourPayment/ourPayment.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/restaurant/restaurant.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/scenic/scenic.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/special/special.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/travelOne/travelOne.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/travelTwo/travelTwo.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/uview-ui/components/u-button/u-button.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/uview-ui/components/u-icon/u-icon.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/uview-ui/components/u-mask/u-mask.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/uview-ui/components/u-popup/u-popup.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/uview-ui/components/u-search/u-search.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/uview-ui/components/u-swiper/u-swiper.js.map
#	unpackage/dist/dev/mp-weixin/common/main.js
#	unpackage/dist/dev/mp-weixin/common/vendor.js
#	unpackage/dist/dev/mp-weixin/components/orderCoupon.js
#	unpackage/dist/dev/mp-weixin/pages/combination/combiChoose/combiChoose.js
#	unpackage/dist/dev/mp-weixin/pages/combination/distributionCombiChoose/distributionCombiChoose.js
#	unpackage/dist/dev/mp-weixin/pages/dingzhi/dingzhi.js
#	unpackage/dist/dev/mp-weixin/pages/hotel/hotel.js
#	unpackage/dist/dev/mp-weixin/pages/index/index.wxml
#	unpackage/dist/dev/mp-weixin/pages/login/login.js
#	unpackage/dist/dev/mp-weixin/pages/my/order/electronicTicket/electronicTicket.js
#	unpackage/dist/dev/mp-weixin/pages/nearby/nearby.js
#	unpackage/dist/dev/mp-weixin/pages/ourPayment/ourPayment.js
#	unpackage/dist/dev/mp-weixin/pages/paySuccess/paySuccess.js
#	unpackage/dist/dev/mp-weixin/pages/restaurant/restaurant.js
#	unpackage/dist/dev/mp-weixin/pages/scenic/scenic.js
#	unpackage/dist/dev/mp-weixin/pages/special/special.js
#	unpackage/dist/dev/mp-weixin/pages/travelOne/travelOne.js
#	unpackage/dist/dev/mp-weixin/pages/travelTwo/travelTwo.js
#	unpackage/dist/dev/mp-weixin/pages/vlog/scenicList/scenicList.js
#	unpackage/dist/dev/mp-weixin/pages/vlog/share/share.json
#	unpackage/dist/dev/mp-weixin/pages/vlog/vlogIndex/vlogIndex.js
#	unpackage/dist/dev/mp-weixin/pages/vlog/vlogList/vlogList.js
#	unpackage/dist/dev/mp-weixin/pages/vlog/vlogface/vlogface.js
#	unpackage/dist/dev/mp-weixin/uview-ui/components/u-button/u-button.js
#	unpackage/dist/dev/mp-weixin/uview-ui/components/u-icon/u-icon.js
#	unpackage/dist/dev/mp-weixin/uview-ui/components/u-mask/u-mask.js
#	unpackage/dist/dev/mp-weixin/uview-ui/components/u-popup/u-popup.js
#	unpackage/dist/dev/mp-weixin/uview-ui/components/u-search/u-search.js
#	unpackage/dist/dev/mp-weixin/uview-ui/components/u-swiper/u-swiper.js
parents 43756a07 5fa51d88
...@@ -5,13 +5,24 @@ ...@@ -5,13 +5,24 @@
// 3、推荐使用uni-app里面的onReady 代替 vue 里面的 mounted // 3、推荐使用uni-app里面的onReady 代替 vue 里面的 mounted
//4.setStorageSync与setStorage的区别:如果后续的操作需要使用更新storage后保存的data,则使用setStorageSync使用异步性能更好,使用同步数据更安全 //4.setStorageSync与setStorage的区别:如果后续的操作需要使用更新storage后保存的data,则使用setStorageSync使用异步性能更好,使用同步数据更安全
export default { export default {
onLaunch: function() {//初始化完成时触发(全局只触发一次 onLaunch: function(options) {//初始化完成时触发(全局只触发一次
let path=options.path
let openid=uni.getStorageSync("openid") let openid=uni.getStorageSync("openid")
if(!openid){ if(!openid&&path.indexOf("pages/ourPayment/ourPayment")==-1){//扫码支付页面不需要在此登录
uni.navigateTo({ setTimeout(()=>{//解决关联普通二维码扫码首次进入时一直显示登录中
url: "pages/login/login" uni.navigateTo({
}) url: "/pages/login/login"
})
},300)
} }
//#ifdef MP-ALIPAY
if (options.query && options.query.qrCode) {
uni.setStorageSync('alipayQrCode',options.query.qrCode)
}else{
uni.removeStorageSync('alipayQrCode')
}
//#endif
}, },
onShow: function() { onShow: function() {
......
export default{ export default{
//调用方法时--this.$commonjs.aaa() //调用方法时--this.$commonjs.aaa()
} }
\ No newline at end of file
...@@ -6,7 +6,6 @@ if(process.env.NODE_ENV === 'development'){//开发环境 ...@@ -6,7 +6,6 @@ if(process.env.NODE_ENV === 'development'){//开发环境
} }
const request = (url = '', data = {}, type = 'POST') => { const request = (url = '', data = {}, type = 'POST') => {
uni.showLoading({title: '加载中',mask:true})
data.reqId = new Date().getTime() //获取时间戳 data.reqId = new Date().getTime() //获取时间戳
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
uni.request({ uni.request({
...@@ -15,11 +14,9 @@ const request = (url = '', data = {}, type = 'POST') => { ...@@ -15,11 +14,9 @@ const request = (url = '', data = {}, type = 'POST') => {
data:data, data:data,
dataType: 'json', dataType: 'json',
}).then((response) => { }).then((response) => {
uni.hideLoading()
let [error, res] = response; let [error, res] = response;
resolve(res.data); resolve(res.data);
}).catch(error => { }).catch(error => {
uni.hideLoading()
let [err, res] = error; let [err, res] = error;
reject(err) reject(err)
}) })
......
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
<!--#ifdef MP-WEIXIN --> <!--#ifdef MP-WEIXIN -->
<web-view :src="outUrl"></web-view> <web-view :src="outUrl"></web-view>
<!--#endif--> <!--#endif-->
</view> </view>
</template> </template>
...@@ -18,8 +16,15 @@ ...@@ -18,8 +16,15 @@
} }
}, },
onLoad(option) { onLoad(option) {
//#ifdef MP-WEIXIN
this.enterUrl=option.q this.enterUrl=option.q
if(this.enterUrl){//直接扫码进入 //#endif
//#ifdef MP-ALIPAY
this.enterUrl=uni.getStorageSync("alipayQrCode")
//#endif
if(this.enterUrl){//普通二维码扫码进入
let channelId=this.getUrlKey("channelId") let channelId=this.getUrlKey("channelId")
let companyId=this.getUrlKey("companyId") let companyId=this.getUrlKey("companyId")
let merchantId=this.getUrlKey("merchantId") let merchantId=this.getUrlKey("merchantId")
...@@ -34,13 +39,17 @@ ...@@ -34,13 +39,17 @@
url:"../distributionCombiChoose/distributionCombiChoose?channelId="+channelId+"&merchantId="+merchantId+"&groupId="+groupId+"&groupChannelId="+groupChannelId+"&companyId="+companyId url:"../distributionCombiChoose/distributionCombiChoose?channelId="+channelId+"&merchantId="+merchantId+"&groupId="+groupId+"&groupChannelId="+groupChannelId+"&companyId="+companyId
}) })
} }
}else{//分销页面跳转进入 }else{//小程序页面跳转进入
let channelId=option.channelId let channelId=option.channelId
let companyId=option.companyId let companyId=option.companyId
let merchantId=option.merchantId let merchantId=option.merchantId
let groupId=option.groupId let groupId=option.groupId
let groupChannelId=option.groupChannelId let groupChannelId=option.groupChannelId
this.outUrl="https://wx.pangdly.com/#/combiChoose?channelId="+channelId+"&merchantId="+merchantId+"&groupId="+groupId+"&groupChannelId="+groupChannelId+"&companyId="+companyId let thirdOpenid=option.thirdOpenid//第三方openid
let touristType=option.touristType//游客类型
let pdOpenid=uni.getStorageSync("openid")//胖丁小程序openid
let baseUrl="https://wx.pangdly.com/#/combiChoose?pdOpenid="+pdOpenid
this.outUrl=baseUrl+"&thirdOpenid="+thirdOpenid+"&touristType="+touristType+"&channelId="+channelId+"&merchantId="+merchantId+"&groupId="+groupId+"&groupChannelId="+groupChannelId+"&companyId="+companyId
} }
......
...@@ -15,8 +15,15 @@ ...@@ -15,8 +15,15 @@
} }
}, },
onLoad(option) { onLoad(option) {
//#ifdef MP-WEIXIN
this.enterUrl=option.q this.enterUrl=option.q
if(this.enterUrl){//直接扫码进入 //#endif
//#ifdef MP-ALIPAY
this.enterUrl=uni.getStorageSync("alipayQrCode")
//#endif
if(this.enterUrl){//普通二维码扫码进入
let channelId=this.getUrlKey("channelId") let channelId=this.getUrlKey("channelId")
let companyId=this.getUrlKey("companyId") let companyId=this.getUrlKey("companyId")
let merchantId=this.getUrlKey("merchantId") let merchantId=this.getUrlKey("merchantId")
...@@ -31,7 +38,7 @@ ...@@ -31,7 +38,7 @@
this.outUrl="https://wx.pangdly.com/#/distributionCombiChoose?channelId="+channelId+"&merchantId="+merchantId+"&groupId="+groupId+"&groupChannelId="+groupChannelId+"&companyId="+companyId this.outUrl="https://wx.pangdly.com/#/distributionCombiChoose?channelId="+channelId+"&merchantId="+merchantId+"&groupId="+groupId+"&groupChannelId="+groupChannelId+"&companyId="+companyId
} }
}else{//组合选择页面跳转进入 }else{//小程序页面跳转进入
let channelId=option.channelId let channelId=option.channelId
let companyId=option.companyId let companyId=option.companyId
let merchantId=option.merchantId let merchantId=option.merchantId
......
...@@ -67,11 +67,12 @@ ...@@ -67,11 +67,12 @@
</view> </view>
<!--#endif--> <!--#endif-->
<!-- <button @click="getUserInfo()"> 授权获取头像昵称 </button> --> <!-- <button @click="getUserInfo()"> 授权获取头像昵称 </button> -->
<!-- <view class="bottom" v-show="showBottom"> --> <view class="bottom">
<!--#ifdef MP-WEIXIN --> <navigator url="../vlog/vlogIndex/vlogIndex">
<button type="default">vlog</button>
</navigator>
<!-- <web-view src="https://wx.pangdly.com"></web-view> --> <!-- <web-view src="https://wx.pangdly.com"></web-view> -->
<!--#endif--> </view>
<!-- </view> -->
</view> </view>
</template> </template>
...@@ -79,15 +80,10 @@ ...@@ -79,15 +80,10 @@
export default { export default {
data() { data() {
return { return {
showBottom:false,//控制底部显示隐藏
} }
}, },
onLoad() { onLoad() {
if(uni.getStorageSync("openid")){
this.showBottom=true
}
},
onReady(){
}, },
methods: { methods: {
......
...@@ -103,11 +103,12 @@ ...@@ -103,11 +103,12 @@
}, },
data() { data() {
return { return {
enterUrl:"",//进入页面路由
buyMoney:"", //输入金额 buyMoney:"", //输入金额
companyId: "", //公司Id companyId: "", //公司Id
merchantId: "", //商户Id merchantId: "", //商户Id
name: "", //商家名称 name: "", //商家名称
payType:42,//支付类型,微信小程序支付 payType:"",//支付类型,微信小程序42,支付宝小程序33
paySign: "", //签名 paySign: "", //签名
signType: "", //签名方式 signType: "", //签名方式
timeStamp: "", //时间戳 timeStamp: "", //时间戳
...@@ -151,21 +152,87 @@ ...@@ -151,21 +152,87 @@
{text:'.',background:""}, {text:'.',background:""},
] ]
} }
] ],
orderId:"",//订单Id
} }
}, },
onLoad(option) { onLoad(option) {
//#ifdef MP-WEIXIN
this.enterUrl=option.q this.enterUrl=option.q
let channelId=this.getUrlKey("channelId") this.payType = 42
let companyId=this.getUrlKey("companyId") //#endif
if (this.merchantId) { //大商家的有merchantId
this.init() //#ifdef MP-ALIPAY
} else { //小商家没有merchantId this.enterUrl=uni.getStorageSync("alipayQrCode")
this.initTwo() this.payType = 33
//#endif
if(this.enterUrl){//扫普通二维码进入
this.merchantId=this.getUrlKey("merchantId")
this.companyId=this.getUrlKey("companyId")
}else{//扫小程序二维码进入
this.merchantId=option.merchantId
this.companyId=option.companyId
} }
this.initCoupon() if(uni.getStorageSync("openid")){
this.openid=uni.getStorageSync("openid")
if (this.merchantId) { //大商家的有merchantId
this.init()
} else { //小商家没有merchantId
this.initTwo()
}
//#ifdef MP-WEIXIN
this.initCoupon()
//#endif
}else{
this.login()
}
}, },
methods: { methods: {
login(){//---------------------------------------------------------------------登录
let _this=this
uni.getProvider({
service: 'oauth',
success(proRes){
uni.login({
provider:proRes.provider[0],
success: function (res) {
if(res.code){
let source=""
if(proRes.provider[0]=="weixin"){
source=3
}else if(proRes.provider[0]=="alipay"){
source=4
}
let data={
code:res.code,
source,//微信小程序3,支付宝小程序4
}
_this.$request('wechat/wx/getUserInfoByCode',data).then(res => {
if(res.code=='00'){
_this.openid=res.data.openid
uni.setStorageSync('openid',_this.openid)
if (_this.merchantId) { //大商家的有merchantId
_this.init()
} else { //小商家没有merchantId
_this.initTwo()
}
//#ifdef MP-WEIXIN
_this.initCoupon()
//#endif
}else{
uni.removeStorageSync('openid')
}
}).catch((err)=>{
uni.removeStorageSync('openid')
})
}
}
})
}
})
},
getUrlKey(name){//---------------------------------------------------------------获取url getUrlKey(name){//---------------------------------------------------------------获取url
return(new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(decodeURIComponent(this.enterUrl)) || [, ""])[1].replace(/\+/g, '%20') || ""; return(new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(decodeURIComponent(this.enterUrl)) || [, ""])[1].replace(/\+/g, '%20') || "";
}, },
...@@ -177,7 +244,9 @@ ...@@ -177,7 +244,9 @@
},200) },200)
clearTimeout(this.flag) clearTimeout(this.flag)
this.flag = setTimeout(()=>{ this.flag = setTimeout(()=>{
//#ifdef MP-WEIXIN
this.initCoupon() this.initCoupon()
//#endif
}, 1500) }, 1500)
}, },
clickEnter(){//---------------------------------------------------------------------退格 clickEnter(){//---------------------------------------------------------------------退格
...@@ -188,7 +257,9 @@ ...@@ -188,7 +257,9 @@
},200) },200)
clearTimeout(this.flag) clearTimeout(this.flag)
this.flag = setTimeout(()=>{ this.flag = setTimeout(()=>{
//#ifdef MP-WEIXIN
this.initCoupon() this.initCoupon()
//#endif
}, 1500) }, 1500)
}, },
couponChoose(data) { //---------------------------------------------------------------子组件券选择之后触发的事件 couponChoose(data) { //---------------------------------------------------------------子组件券选择之后触发的事件
...@@ -202,7 +273,9 @@ ...@@ -202,7 +273,9 @@
"merchantId": this.merchantId, "merchantId": this.merchantId,
"companyId": this.companyId, "companyId": this.companyId,
} }
uni.showLoading({title: '加载中',mask:true})
this.$request("scenic/order/findCodePayInfo",data).then((res) => { this.$request("scenic/order/findCodePayInfo",data).then((res) => {
uni.hideLoading()
if (res.code =="00") { if (res.code =="00") {
this.name = res.data.name this.name = res.data.name
} else { } else {
...@@ -211,13 +284,17 @@ ...@@ -211,13 +284,17 @@
icon:"none" icon:"none"
}) })
} }
}).catch((err)=>{
uni.hideLoading()
}) })
}, },
initTwo() { //--------------------------------------------------------------------------初始化获取商家名称,没有merchantId的小商家 initTwo() { //--------------------------------------------------------------------------初始化获取商家名称,没有merchantId的小商家
let data = { let data = {
"id": this.companyId, "id": this.companyId,
} }
uni.showLoading({title: '加载中',mask:true})
this.$request("user/company/detail", data).then((res) => { this.$request("user/company/detail", data).then((res) => {
uni.hideLoading()
if (res.code=="00"){ if (res.code=="00"){
this.name = res.data.companyVo.companyName this.name = res.data.companyVo.companyName
} else { } else {
...@@ -226,6 +303,8 @@ ...@@ -226,6 +303,8 @@
icon:"none" icon:"none"
}) })
} }
}).catch((err)=>{
uni.hideLoading()
}) })
}, },
initCoupon() { //-------------------------------------------------------------------------加载优惠券 initCoupon() { //-------------------------------------------------------------------------加载优惠券
...@@ -237,7 +316,7 @@ ...@@ -237,7 +316,7 @@
merchantId:this.merchantId, //商户Id merchantId:this.merchantId, //商户Id
companyId:this.companyId,//公司Id companyId:this.companyId,//公司Id
orderSource:this.orderSource,//订单来源 8扫码支付 orderSource:this.orderSource,//订单来源 8扫码支付
openid:uni.getStorageSync("openid") openid:this.openid
} }
this.$request("wechatUser/myPage/usableCouponList",data).then((res) => { this.$request("wechatUser/myPage/usableCouponList",data).then((res) => {
if (res.code == "00") { if (res.code == "00") {
...@@ -294,7 +373,7 @@ ...@@ -294,7 +373,7 @@
let data = { let data = {
companyId: this.companyId, companyId: this.companyId,
merchantId: this.merchantId, merchantId: this.merchantId,
userId:uni.getStorageSync("openid"), userId:this.openid,
orderMoney: parseFloat(this.buyMoney), orderMoney: parseFloat(this.buyMoney),
payType: this.payType, //支付类型, payType: this.payType, //支付类型,
orderSource:this.orderSource,//订单来源 8扫码支付 orderSource:this.orderSource,//订单来源 8扫码支付
...@@ -313,6 +392,7 @@ ...@@ -313,6 +392,7 @@
}) })
return return
} }
this.orderId=res.data.id
//微信入参 //微信入参
this.signType = res.data.signType this.signType = res.data.signType
this.paySign = res.data.sign this.paySign = res.data.sign
...@@ -333,6 +413,7 @@ ...@@ -333,6 +413,7 @@
}) })
}, },
goPay(){//------------------------------------------------------------------------------去支付 goPay(){//------------------------------------------------------------------------------去支付
let _this=this
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
uni.requestPayment({ uni.requestPayment({
provider: 'wxpay', provider: 'wxpay',
...@@ -343,7 +424,7 @@ ...@@ -343,7 +424,7 @@
paySign:this.paySign, paySign:this.paySign,
success: function (res) { success: function (res) {
uni.redirectTo({ uni.redirectTo({
url:"../paySuccess/paySuccess" url:"../paySuccess/paySuccess?orderId="+_this.orderId
}) })
}, },
fail: function (err) { fail: function (err) {
...@@ -356,21 +437,21 @@ ...@@ -356,21 +437,21 @@
//#endif //#endif
// #ifdef MP-ALIPAY // #ifdef MP-ALIPAY
// uni.requestPayment({ uni.requestPayment({
// provider: 'alipay', // 服务提供商 支付宝支付: alipay 微信支付: wxpay provider: 'alipay', // 服务提供商 支付宝支付: alipay 微信支付: wxpay
// orderInfo: this.orderInfo, // 支付宝订单号 orderInfo: this.orderInfo, // 支付宝订单号
// success: function (res) { success: function (res) {
// uni.redirectTo({ // uni.redirectTo({
// url:"../paySuccess/paySuccess" // url:"../paySuccess/paySuccess"
// }) // })
// }, },
// fail: function (err) { fail: function (err) {
// uni.showToast({ uni.showToast({
// title:err.errMsg, title:err.errMsg,
// icon:"none" icon:"none"
// }) })
// } }
// }) })
// #endif // #endif
} }
}, },
......
<template> <template>
<view> <view>
<web-view src="https://wx.pangdly.com/#/paySuccess"></web-view> <web-view :src="outUrl"></web-view>
</view> </view>
</template> </template>
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
export default { export default {
data() { data() {
return { return {
outUrl:"",//跳出页面路径
} }
}, },
onLoad(option) { onLoad(option) {
this.outUrl="https://wx.pangdly.com/#/paySuccess?orderId="+option.orderId
}, },
methods: { methods: {
......
...@@ -42,14 +42,16 @@ ...@@ -42,14 +42,16 @@
onReady() { onReady() {
}, },
onLoad(res){ onLoad(res){
uni.setNavigationBarColor({//动态更改导航条颜色 if(!res){
frontColor: '#ffffff', uni.setNavigationBarColor({//动态更改导航条颜色
backgroundColor: '#192033', frontColor: '#ffffff',
animation: { backgroundColor: '#192033',
duration: 400, animation: {
timingFunc: 'easeIn' duration: 400,
} timingFunc: 'easeIn'
}) }
})
}
}, },
methods: { methods: {
......
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>uni-pdtravel</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.9ffdaeb8.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.7b2b4d3a.js></script><script src=/static/js/index.c7ea2d99.js></script></body></html>
\ No newline at end of file
This diff is collapsed.
(function(n){function e(e){for(var o,a,u=e[0],c=e[1],l=e[2],s=0,p=[];s<u.length;s++)a=u[s],Object.prototype.hasOwnProperty.call(r,a)&&r[a]&&p.push(r[a][0]),r[a]=0;for(o in c)Object.prototype.hasOwnProperty.call(c,o)&&(n[o]=c[o]);f&&f(e);while(p.length)p.shift()();return i.push.apply(i,l||[]),t()}function t(){for(var n,e=0;e<i.length;e++){for(var t=i[e],o=!0,a=1;a<t.length;a++){var c=t[a];0!==r[c]&&(o=!1)}o&&(i.splice(e--,1),n=u(u.s=t[0]))}return n}var o={},r={index:0},i=[];function a(n){return u.p+"static/js/"+({"pages-index-index":"pages-index-index"}[n]||n)+"."+{"pages-index-index":"67236dd8"}[n]+".js"}function u(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(n){var e=[],t=r[n];if(0!==t)if(t)e.push(t[2]);else{var o=new Promise((function(e,o){t=r[n]=[e,o]}));e.push(t[2]=o);var i,c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=a(n);var l=new Error;i=function(e){c.onerror=c.onload=null,clearTimeout(s);var t=r[n];if(0!==t){if(t){var o=e&&("load"===e.type?"missing":e.type),i=e&&e.target&&e.target.src;l.message="Loading chunk "+n+" failed.\n("+o+": "+i+")",l.name="ChunkLoadError",l.type=o,l.request=i,t[1](l)}r[n]=void 0}};var s=setTimeout((function(){i({type:"timeout",target:c})}),12e4);c.onerror=c.onload=i,document.head.appendChild(c)}return Promise.all(e)},u.m=n,u.c=o,u.d=function(n,e,t){u.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:t})},u.r=function(n){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},u.t=function(n,e){if(1&e&&(n=u(n)),8&e)return n;if(4&e&&"object"===typeof n&&n&&n.__esModule)return n;var t=Object.create(null);if(u.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)u.d(t,o,function(e){return n[e]}.bind(null,o));return t},u.n=function(n){var e=n&&n.__esModule?function(){return n["default"]}:function(){return n};return u.d(e,"a",e),e},u.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},u.p="/",u.oe=function(n){throw console.error(n),n};var c=window["webpackJsonp"]=window["webpackJsonp"]||[],l=c.push.bind(c);c.push=e,c=c.slice();for(var s=0;s<c.length;s++)e(c[s]);var f=l;i.push([0,"chunk-vendors"]),t()})({0:function(n,e,t){n.exports=t("d81f")},"0f37":function(n,e,t){"use strict";t.r(e);var o=t("4c97"),r=t("3713");for(var i in r)"default"!==i&&function(n){t.d(e,n,(function(){return r[n]}))}(i);t("63a6");var a,u=t("f0c5"),c=Object(u["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=c.exports},"17ca":function(n,e,t){var o=t("24fb");e=o(!1),e.push([n.i,"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/*每个页面公共css */",""]),n.exports=e},3713:function(n,e,t){"use strict";t.r(e);var o=t("c919"),r=t.n(o);for(var i in o)"default"!==i&&function(n){t.d(e,n,(function(){return o[n]}))}(i);e["default"]=r.a},4746:function(n,e,t){var o=t("17ca");"string"===typeof o&&(o=[[n.i,o,""]]),o.locals&&(n.exports=o.locals);var r=t("4f06").default;r("5264726a",o,!0,{sourceMap:!1,shadowMode:!1})},"4c97":function(n,e,t){"use strict";var o;t.d(e,"b",(function(){return r})),t.d(e,"c",(function(){return i})),t.d(e,"a",(function(){return o}));var r=function(){var n=this,e=n.$createElement,t=n._self._c||e;return t("App",{attrs:{keepAliveInclude:n.keepAliveInclude}})},i=[]},"63a6":function(n,e,t){"use strict";var o=t("4746"),r=t.n(o);r.a},6909:function(n,e,t){"use strict";(function(n){var e=t("4ea4"),o=e(t("e143"));n["________"]=!0,delete n["________"],n.__uniConfig={globalStyle:{navigationBarTextStyle:"black",navigationBarTitleText:"uni-app",navigationBarBackgroundColor:"#F8F8F8",backgroundColor:"#F8F8F8"}},n.__uniConfig.compilerVersion="3.1.12",n.__uniConfig.router={mode:"hash",base:"/"},n.__uniConfig.publicPath="/",n.__uniConfig["async"]={loading:"AsyncLoading",error:"AsyncError",delay:200,timeout:6e4},n.__uniConfig.debug=!1,n.__uniConfig.networkTimeout={request:6e4,connectSocket:6e4,uploadFile:6e4,downloadFile:6e4},n.__uniConfig.sdkConfigs={},n.__uniConfig.qqMapKey="XVXBZ-NDMC4-JOGUS-XGIEE-QVHDZ-AMFV2",n.__uniConfig.nvue={"flex-direction":"column"},n.__uniConfig.__webpack_chunk_load__=t.e,o.default.component("pages-index-index",(function(n){var e={component:t.e("pages-index-index").then(function(){return n(t("c545"))}.bind(null,t)).catch(t.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(e.loading={name:"SystemAsyncLoading",render:function(n){return n(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(e.error={name:"SystemAsyncError",render:function(n){return n(__uniConfig["async"]["error"])}}),e})),n.__uniRoutes=[{path:"/",alias:"/pages/index/index",component:{render:function(n){return n("Page",{props:Object.assign({isQuit:!0,isEntry:!0},__uniConfig.globalStyle,{navigationBarTitleText:"胖丁旅游"})},[n("pages-index-index",{slot:"page"})])}},meta:{id:1,name:"pages-index-index",isNVue:!1,maxWidth:0,pagePath:"pages/index/index",isQuit:!0,isEntry:!0,windowTop:44}},{path:"/preview-image",component:{render:function(n){return n("Page",{props:{navigationStyle:"custom"}},[n("system-preview-image",{slot:"page"})])}},meta:{name:"preview-image",pagePath:"/preview-image"}},{path:"/choose-location",component:{render:function(n){return n("Page",{props:{navigationStyle:"custom"}},[n("system-choose-location",{slot:"page"})])}},meta:{name:"choose-location",pagePath:"/choose-location"}},{path:"/open-location",component:{render:function(n){return n("Page",{props:{navigationStyle:"custom"}},[n("system-open-location",{slot:"page"})])}},meta:{name:"open-location",pagePath:"/open-location"}}],n.UniApp&&new n.UniApp}).call(this,t("c8ba"))},c919:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")}};e.default=o},d81f:function(n,e,t){"use strict";var o=t("4ea4"),r=o(t("5530"));t("e260"),t("e6cf"),t("cca6"),t("a79d"),t("6909"),t("1c31");var i=o(t("e143")),a=o(t("0f37"));i.default.config.productionTip=!1,a.default.mpType="app";var u=new i.default((0,r.default)({},a.default));u.$mount(),console.log("生产环境")}});
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-index-index"],{"065f":function(t,e,n){"use strict";n.r(e);var i=n("c135"),a=n.n(i);for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},7082:function(t,e,n){"use strict";var i;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"content"},[n("v-uni-image",{staticClass:"logo",attrs:{src:"/static/logo.png"}}),n("v-uni-view",{staticClass:"text-area"},[n("v-uni-text",{staticClass:"title"},[t._v(t._s(t.title))])],1)],1)},o=[]},"7e39":function(t,e,n){"use strict";var i=n("9502"),a=n.n(i);a.a},9502:function(t,e,n){var i=n("c311");"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("4f06").default;a("015e87a6",i,!0,{sourceMap:!1,shadowMode:!1})},c135:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{title:"胖丁首页"}},onLoad:function(){},methods:{}};e.default=i},c311:function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,".content[data-v-a886b95a]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.logo[data-v-a886b95a]{height:%?200?%;width:%?200?%;margin-top:%?200?%;margin-left:auto;margin-right:auto;margin-bottom:%?50?%}.text-area[data-v-a886b95a]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.title[data-v-a886b95a]{font-size:%?36?%;color:#8f8f94}",""]),t.exports=e},c545:function(t,e,n){"use strict";n.r(e);var i=n("7082"),a=n("065f");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("7e39");var c,r=n("f0c5"),s=Object(r["a"])(a["default"],i["b"],i["c"],!1,null,"a886b95a",null,!1,i["a"],c);e["default"]=s.exports}}]);
\ No newline at end of file
const g = typeof global !== 'undefined' ? global : self;
g.appXAppJson = {
"app": {
"$homepage": "pages/index/index"
}
};
if(!self.Map || !self.Set || !self.Symbol) {
importScripts('https://gw.alipayobjects.com/as/g/appx_release/deps/1.0.3/es6-set-map-symbol.js');
}
\ No newline at end of file
require('@alipay/appx-compiler/lib/sjsEnvInit');
require('./config$');
require('../../uview-ui/components/u-mask/u-mask?hash=ec7c5687c7f2ffa836caf3a93e877914426baff6');
require('../../uview-ui/components/u-icon/u-icon?hash=ec7c5687c7f2ffa836caf3a93e877914426baff6');
require('../../uview-ui/components/u-popup/u-popup?hash=93778e59e9c142492cad72fd41ad6441b3624d39');
require('../../components/orderCoupon?hash=3c9f7133bdf7d16fec3ef0aaab0556f4e1889c01');
require('../../pages/index/index?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/orderPayment/orderPayment?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/login/login?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/paySuccess/paySuccess?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/ourPayment/ourPayment?hash=afd7ab3bc70f4813398026d9b13e7e9b9c776087');
require('../../pages/scenic/scenic?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/hotel/hotel?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/restaurant/restaurant?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/nearby/nearby?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/travelOne/travelOne?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/travelTwo/travelTwo?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/special/special?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/dingzhi/dingzhi?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/combination/combiChoose/combiChoose?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/my/order/electronicTicket/electronicTicket?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/combination/distributionCombiChoose/distributionCombiChoose?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
if(!self.__appxInited) {
self.__appxInited = 1;
require('./config$');
function getUserAgentInPlatformWeb() {
return typeof navigator !== 'undefined' ? navigator.swuserAgent || navigator.userAgent || '' : '';
}
if(getUserAgentInPlatformWeb() && (getUserAgentInPlatformWeb().indexOf('LyraVM') > 0 || getUserAgentInPlatformWeb().indexOf('AlipayIDE') > 0) ) {
var AFAppX = self.AFAppX.getAppContext ? self.AFAppX.getAppContext().AFAppX : self.AFAppX;
} else {
importScripts('https://appx/af-appx.worker.min.js');
var AFAppX = self.AFAppX;
}
self.getCurrentPages = AFAppX.getCurrentPages;
self.getApp = AFAppX.getApp;
self.Page = AFAppX.Page;
self.App = AFAppX.App;
self.my = AFAppX.bridge || AFAppX.abridge;
self.abridge = self.my;
self.Component = AFAppX.WorkerComponent || function(){};
self.$global = AFAppX.$global;
self.requirePlugin = AFAppX.requirePlugin;
if(AFAppX.registerApp) {
AFAppX.registerApp({
appJSON: appXAppJson,
});
}
function success() {
require('../../app');
require('../../uview-ui/components/u-mask/u-mask?hash=ec7c5687c7f2ffa836caf3a93e877914426baff6');
require('../../uview-ui/components/u-icon/u-icon?hash=ec7c5687c7f2ffa836caf3a93e877914426baff6');
require('../../uview-ui/components/u-popup/u-popup?hash=93778e59e9c142492cad72fd41ad6441b3624d39');
require('../../components/orderCoupon?hash=3c9f7133bdf7d16fec3ef0aaab0556f4e1889c01');
require('../../pages/index/index?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/orderPayment/orderPayment?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/login/login?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/paySuccess/paySuccess?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/ourPayment/ourPayment?hash=afd7ab3bc70f4813398026d9b13e7e9b9c776087');
require('../../pages/scenic/scenic?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/hotel/hotel?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/restaurant/restaurant?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/nearby/nearby?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/travelOne/travelOne?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/travelTwo/travelTwo?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/special/special?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/dingzhi/dingzhi?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/combination/combiChoose/combiChoose?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/my/order/electronicTicket/electronicTicket?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
require('../../pages/combination/distributionCombiChoose/distributionCombiChoose?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68');
}
self.bootstrapApp ? self.bootstrapApp({ success }) : success();
}
\ No newline at end of file
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')
\ No newline at end of file
{
"pages": [
"pages/index/index",
"pages/orderPayment/orderPayment",
"pages/login/login",
"pages/paySuccess/paySuccess",
"pages/ourPayment/ourPayment",
"pages/scenic/scenic",
"pages/hotel/hotel",
"pages/restaurant/restaurant",
"pages/nearby/nearby",
"pages/travelOne/travelOne",
"pages/travelTwo/travelTwo",
"pages/special/special",
"pages/dingzhi/dingzhi",
"pages/combination/combiChoose/combiChoose",
"pages/my/order/electronicTicket/electronicTicket",
"pages/combination/distributionCombiChoose/distributionCombiChoose"
],
"subPackages": [],
"window": {
"defaultTitle": "uni-app",
"titleBarColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {}
}
\ No newline at end of file
This diff is collapsed.
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["common/main"],{"0f37":function(e,t,n){"use strict";n.r(t);var r=n("3713");for(var o in r)"default"!==o&&function(e){n.d(t,e,(function(){return r[e]}))}(o);n("dbd1");var u,c,f,i,a=n("f0c5"),l=Object(a["a"])(r["default"],u,c,!1,null,null,null,!1,f,i);t["default"]=l.exports},"25fe":function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={onLaunch:function(){var t=e.getStorageSync("openid");t||e.navigateTo({url:"/pages/login/login"})},onShow:function(){},onHide:function(){}};t.default=n}).call(this,n("c11b")["default"])},3713:function(e,t,n){"use strict";n.r(t);var r=n("25fe"),o=n.n(r);for(var u in r)"default"!==u&&function(e){n.d(t,e,(function(){return r[e]}))}(u);t["default"]=o.a},d81f:function(e,t,n){"use strict";(function(e){n("6909"),n("921b");var t=c(n("66fd")),r=c(n("0f37")),o=c(n("cd04")),u=c(n("1d0e"));function c(e){return e&&e.__esModule?e:{default:e}}function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){a(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n("48bb"),t.default.prototype.$request=u.default,t.default.use(o.default),t.default.config.productionTip=!1,r.default.mpType="app";var l=new t.default(i({},r.default));e(l).$mount()}).call(this,n("c11b")["createApp"])},dbd1:function(e,t,n){"use strict";var r=n("def2"),o=n.n(r);o.a},def2:function(e,t,n){}},[["d81f","common/runtime","common/vendor"]]]);
\ No newline at end of file
!function(){try{var a=Function("return this")();a&&!a.Math&&(Object.assign(a,{isFinite:isFinite,Array:Array,Date:Date,Error:Error,Function:Function,Math:Math,Object:Object,RegExp:RegExp,String:String,TypeError:TypeError,setTimeout:setTimeout,clearTimeout:clearTimeout,setInterval:setInterval,clearInterval:clearInterval}),"undefined"!=typeof Reflect&&(a.Reflect=Reflect))}catch(a){}}();
(function(e){function t(t){for(var r,o,a=t[0],c=t[1],p=t[2],s=0,l=[];s<a.length;s++)o=a[s],Object.prototype.hasOwnProperty.call(u,o)&&u[o]&&l.push(u[o][0]),u[o]=0;for(r in c)Object.prototype.hasOwnProperty.call(c,r)&&(e[r]=c[r]);f&&f(t);while(l.length)l.shift()();return i.push.apply(i,p||[]),n()}function n(){for(var e,t=0;t<i.length;t++){for(var n=i[t],r=!0,o=1;o<n.length;o++){var a=n[o];0!==u[a]&&(r=!1)}r&&(i.splice(t--,1),e=c(c.s=n[0]))}return e}var r={},o={"common/runtime":0},u={"common/runtime":0},i=[];function a(e){return c.p+""+e+".js"}function c(t){if(r[t])return r[t].exports;var n=r[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,c),n.l=!0,n.exports}c.e=function(e){var t=[],n={"components/orderCoupon":1,"uview-ui/components/u-popup/u-popup":1,"uview-ui/components/u-icon/u-icon":1,"uview-ui/components/u-mask/u-mask":1};o[e]?t.push(o[e]):0!==o[e]&&n[e]&&t.push(o[e]=new Promise((function(t,n){for(var r=({"components/orderCoupon":"components/orderCoupon","uview-ui/components/u-popup/u-popup":"uview-ui/components/u-popup/u-popup","uview-ui/components/u-icon/u-icon":"uview-ui/components/u-icon/u-icon","uview-ui/components/u-mask/u-mask":"uview-ui/components/u-mask/u-mask"}[e]||e)+".acss",u=c.p+r,i=document.getElementsByTagName("link"),a=0;a<i.length;a++){var p=i[a],s=p.getAttribute("data-href")||p.getAttribute("href");if("stylesheet"===p.rel&&(s===r||s===u))return t()}var l=document.getElementsByTagName("style");for(a=0;a<l.length;a++){p=l[a],s=p.getAttribute("data-href");if(s===r||s===u)return t()}var f=document.createElement("link");f.rel="stylesheet",f.type="text/css",f.onload=t,f.onerror=function(t){var r=t&&t.target&&t.target.src||u,i=new Error("Loading CSS chunk "+e+" failed.\n("+r+")");i.code="CSS_CHUNK_LOAD_FAILED",i.request=r,delete o[e],f.parentNode.removeChild(f),n(i)},f.href=u;var m=document.getElementsByTagName("head")[0];m.appendChild(f)})).then((function(){o[e]=0})));var r=u[e];if(0!==r)if(r)t.push(r[2]);else{var i=new Promise((function(t,n){r=u[e]=[t,n]}));t.push(r[2]=i);var p,s=document.createElement("script");s.charset="utf-8",s.timeout=120,c.nc&&s.setAttribute("nonce",c.nc),s.src=a(e);var l=new Error;p=function(t){s.onerror=s.onload=null,clearTimeout(f);var n=u[e];if(0!==n){if(n){var r=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;l.message="Loading chunk "+e+" failed.\n("+r+": "+o+")",l.name="ChunkLoadError",l.type=r,l.request=o,n[1](l)}u[e]=void 0}};var f=setTimeout((function(){p({type:"timeout",target:s})}),12e4);s.onerror=s.onload=p,document.head.appendChild(s)}return Promise.all(t)},c.m=e,c.c=r,c.d=function(e,t,n){c.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},c.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.t=function(e,t){if(1&t&&(e=c(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(c.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)c.d(n,r,function(t){return e[t]}.bind(null,r));return n},c.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return c.d(t,"a",t),t},c.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},c.p="/",c.oe=function(e){throw console.error(e),e};var p=my["webpackJsonp"]=my["webpackJsonp"]||[],s=p.push.bind(p);p.push=t,p=p.slice();for(var l=0;l<p.length;l++)t(p[l]);var f=s;n()})([]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
.title.data-v-120f9d75{display:-webkit-box;display:-webkit-flex;display:flex;height:80rpx}.titleContent.data-v-120f9d75{-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center;font-size:30rpx}.titleContent.on.data-v-120f9d75{color:#3688ff;font-weight:700}.titleContent view text.data-v-120f9d75{width:40rpx;height:6rpx;background:#3688ff;border-radius:6rpx;display:inline-block;position:relative;top:-10rpx}.middle.data-v-120f9d75{padding:24rpx;background:#f5f5f5}.listBox.data-v-120f9d75{background:#fff;padding:24rpx;border-radius:10rpx}.middle .listBox.data-v-120f9d75:not(:first-child){margin-top:20rpx}.middle view view.data-v-120f9d75:not(:first-child){margin-top:20rpx}.middle view view.data-v-120f9d75{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.middle view view.data-v-120f9d75:first-child{font-weight:700}.middle view view.data-v-120f9d75:nth-child(2){font-size:24rpx}.middle view view.data-v-120f9d75:last-child{color:#666;font-size:24rpx}.middle view text.data-v-120f9d75{color:#f9690e;font-size:30rpx;font-weight:bolder}.middle view text text.data-v-120f9d75{font-size:24rpx;font-weight:400}.empty.data-v-120f9d75{padding:100rpx 0;text-align:center;background:#f5f5f5}
\ No newline at end of file
<u-popup onInput="__e" vue-id="9199665a-1" mode="bottom" value="{{show}}" data-event-opts="{{[['^input',[['__set_model',['','show','$event',[]]]]]]}}" class="data-v-120f9d75" onVueInit="__l"><view class="title data-v-120f9d75"><view data-event-opts="{{[['tap',[['navClick',[index]]]]]}}" class="{{(('titleContent data-v-120f9d75')+' '+((active==index)?'on':''))}}" onTap="__e" a:for="{{navTitle}}" a:for-item="item" a:for-index="index" a:key="index"><view style="position:relative;top:15rpx;" class="data-v-120f9d75">{{item}}</view><view hidden="{{!(active==index)}}" class="data-v-120f9d75"><text class="data-v-120f9d75"></text></view></view></view><view hidden="{{!(active==0)}}" class="data-v-120f9d75"><block a:if="{{couponList.usableCouponList&&couponList.usableCouponList.length>0}}"><view class="middle data-v-120f9d75"><radio-group data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" onChange="__e" class="data-v-120f9d75"><view class="listBox data-v-120f9d75" a:for="{{$root.l0}}" a:for-item="item" a:for-index="index" a:key="index"><label class="data-v-120f9d75"><view class="data-v-120f9d75">{{''+item.$orig.couponName+''}}<radio value="{{item.$orig.couponId}}" checked="{{item.$orig.couponId==chooseCoupon.couponId}}" class="data-v-120f9d75"></radio></view><view class="data-v-120f9d75">{{''+item.$orig.couponRule+''}}</view><view class="data-v-120f9d75">{{''+item.$orig.useStartDate+"-"+item.$orig.useEndDate+''}}<text class="data-v-120f9d75"><text class="data-v-120f9d75">¥</text>{{item.g0+''}}</text></view></label></view></radio-group></view></block><block a:if="{{!couponList.usableCouponList||couponList.usableCouponList.length==0}}"><view class="empty data-v-120f9d75">空空如也...</view></block></view><view hidden="{{!(active==1)}}" class="data-v-120f9d75"><block a:if="{{couponList.unusableCouponList&&couponList.unusableCouponList.length>0}}"><view class="middle data-v-120f9d75"><view class="listBox data-v-120f9d75" a:for="{{$root.l1}}" a:for-item="item" a:for-index="index" a:key="index"><view class="data-v-120f9d75">{{''+item.$orig.couponName+''}}</view><view class="data-v-120f9d75">{{''+item.$orig.couponRule+''}}<text class="data-v-120f9d75"><text class="data-v-120f9d75">¥</text>{{item.g1+''}}</text></view><view class="data-v-120f9d75">{{''+item.$orig.useStartDate+"-"+item.$orig.useEndDate+''}}</view></view></view></block><block a:if="{{!couponList.unusableCouponList||couponList.unusableCouponList.length==0}}"><view class="empty data-v-120f9d75">空空如也...</view></block></view></u-popup>
\ No newline at end of file
;my.defineComponent || (my.defineComponent = Component);(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["components/orderCoupon"],{"0560":function(o,n,t){"use strict";t.r(n);var u=t("6e15"),e=t.n(u);for(var i in u)"default"!==i&&function(o){t.d(n,o,(function(){return u[o]}))}(i);n["default"]=e.a},"2be4":function(o,n,t){},5503:function(o,n,t){"use strict";t.r(n);var u=t("5f13"),e=t("0560");for(var i in e)"default"!==i&&function(o){t.d(n,o,(function(){return e[o]}))}(i);t("e89c");var s,c=t("f0c5"),a=Object(c["a"])(e["default"],u["b"],u["c"],!1,null,"120f9d75",null,!1,u["a"],s);n["default"]=a.exports},"5f13":function(o,n,t){"use strict";t.d(n,"b",(function(){return e})),t.d(n,"c",(function(){return i})),t.d(n,"a",(function(){return u}));var u={uPopup:function(){return t.e("uview-ui/components/u-popup/u-popup").then(t.bind(null,"97e8"))}},e=function(){var o=this,n=o.$createElement,t=(o._self._c,o.couponList.usableCouponList&&o.couponList.usableCouponList.length>0?o.__map(o.couponList.usableCouponList,(function(n,t){var u=o.__get_orig(n),e=n.savedMoney.toFixed(2);return{$orig:u,g0:e}})):null),u=o.couponList.unusableCouponList&&o.couponList.unusableCouponList.length>0?o.__map(o.couponList.unusableCouponList,(function(n,t){var u=o.__get_orig(n),e=n.savedMoney.toFixed(2);return{$orig:u,g1:e}})):null;o.$mp.data=Object.assign({},{$root:{l0:t,l1:u}})},i=[]},"6e15":function(o,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={props:["couponData","chooseCouponObj"],watch:{couponData:{handler:function(o,n){o&&(this.couponList=this.couponData)},deep:!0,immediate:!0},chooseCouponObj:{handler:function(o,n){o&&(this.chooseCoupon=this.chooseCouponObj)},deep:!0,immediate:!0}},data:function(){return{active:0,show:!1,current:0,couponList:"",chooseCoupon:"",navTitle:["可用","不可用"]}},methods:{navClick:function(o){this.active=o},showCoupon:function(){this.show=!0},radioChange:function(o){o.detail.value&&(this.chooseCoupon=this.couponList.usableCouponList.find((function(n){return n.couponId==o.detail.value})),this.show=!1,this.$emit("couponChoose",this.chooseCoupon))},cancelCoupon:function(){this.chooseCoupon="",this.show=!1,this.$emit("couponChoose",this.chooseCoupon)}}};n.default=u},e89c:function(o,n,t){"use strict";var u=t("2be4"),e=t.n(u);e.a}}]);
;(my["webpackJsonp"] = my["webpackJsonp"] || []).push([
'components/orderCoupon-create-component',
{
'components/orderCoupon-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('c11b')['createComponent'](__webpack_require__("5503"))
})
},
[['components/orderCoupon-create-component']]
]);
{
"usingComponents": {
"u-popup": "/uview-ui/components/u-popup/u-popup"
},
"component": true
}
\ No newline at end of file
{
"uniStatistics": {
"enable": true
},
"appid": "2021001194629244"
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/combination/combiChoose/combiChoose"],{"127a":function(e,n,t){"use strict";var o;t.d(n,"b",(function(){return r})),t.d(n,"c",(function(){return c})),t.d(n,"a",(function(){return o}));var r=function(){var e=this,n=e.$createElement;e._self._c},c=[]},7426:function(e,n,t){"use strict";(function(e){t("6909"),t("921b");o(t("66fd"));var n=o(t("8e4c"));function o(e){return e&&e.__esModule?e:{default:e}}e(n.default)}).call(this,t("c11b")["createPage"])},"8e4c":function(e,n,t){"use strict";t.r(n);var o=t("127a"),r=t("f9bd");for(var c in r)"default"!==c&&function(e){t.d(n,e,(function(){return r[e]}))}(c);var a,u=t("f0c5"),i=Object(u["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);n["default"]=i.exports},f4ec:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{enterUrl:"",outUrl:""}},onLoad:function(n){if(this.enterUrl=n.q,this.enterUrl){var t=this.getUrlKey("channelId"),o=this.getUrlKey("companyId"),r=this.getUrlKey("merchantId"),c=this.getUrlKey("groupId"),a=this.getUrlKey("groupChannelId"),u=this.getUrlKey("pageType");1==u?this.outUrl="https://wx.pangdly.com/#/combiChoose?channelId="+t+"&merchantId="+r+"&groupId="+c+"&groupChannelId="+a+"&companyId="+o:e.navigateTo({url:"../distributionCombiChoose/distributionCombiChoose?channelId="+t+"&merchantId="+r+"&groupId="+c+"&groupChannelId="+a+"&companyId="+o})}else{var i=n.channelId,d=n.companyId,l=n.merchantId,s=n.groupId,f=n.groupChannelId;this.outUrl="https://wx.pangdly.com/#/combiChoose?channelId="+i+"&merchantId="+l+"&groupId="+s+"&groupChannelId="+f+"&companyId="+d}},methods:{getUrlKey:function(e){return(new RegExp("[?|&]"+e+"=([^&;]+?)(&|#|;|$)").exec(decodeURIComponent(this.enterUrl))||[,""])[1].replace(/\+/g,"%20")||""}}};n.default=t}).call(this,t("c11b")["default"])},f9bd:function(e,n,t){"use strict";t.r(n);var o=t("f4ec"),r=t.n(o);for(var c in o)"default"!==c&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a}},[["7426","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/combination/distributionCombiChoose/distributionCombiChoose"],{5351:function(e,n,t){"use strict";var o;t.d(n,"b",(function(){return r})),t.d(n,"c",(function(){return u})),t.d(n,"a",(function(){return o}));var r=function(){var e=this,n=e.$createElement;e._self._c},u=[]},"552d":function(e,n,t){"use strict";t.r(n);var o=t("7744"),r=t.n(o);for(var u in o)"default"!==u&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=r.a},"564a":function(e,n,t){"use strict";t.r(n);var o=t("5351"),r=t("552d");for(var u in r)"default"!==u&&function(e){t.d(n,e,(function(){return r[e]}))}(u);var a,i=t("f0c5"),c=Object(i["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);n["default"]=c.exports},"5eb9":function(e,n,t){"use strict";(function(e){t("6909"),t("921b");o(t("66fd"));var n=o(t("564a"));function o(e){return e&&e.__esModule?e:{default:e}}e(n.default)}).call(this,t("c11b")["createPage"])},7744:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{enterUrl:"",outUrl:""}},onLoad:function(n){if(this.enterUrl=n.q,this.enterUrl){var t=this.getUrlKey("channelId"),o=this.getUrlKey("companyId"),r=this.getUrlKey("merchantId"),u=this.getUrlKey("groupId"),a=this.getUrlKey("groupChannelId"),i=this.getUrlKey("pageType");1==i?e.navigateTo({url:"../combiChoose/combiChoose?channelId="+t+"&merchantId="+r+"&groupId="+u+"&groupChannelId="+a+"&companyId="+o}):this.outUrl="https://wx.pangdly.com/#/distributionCombiChoose?channelId="+t+"&merchantId="+r+"&groupId="+u+"&groupChannelId="+a+"&companyId="+o}else{var c=n.channelId,d=n.companyId,l=n.merchantId,s=n.groupId,h=n.groupChannelId;this.outUrl="https://wx.pangdly.com/#/distributionCombiChoose?channelId="+c+"&merchantId="+l+"&groupId="+s+"&groupChannelId="+h+"&companyId="+d}},methods:{getUrlKey:function(e){return(new RegExp("[?|&]"+e+"=([^&;]+?)(&|#|;|$)").exec(decodeURIComponent(this.enterUrl))||[,""])[1].replace(/\+/g,"%20")||""}}};n.default=t}).call(this,t("c11b")["default"])}},[["5eb9","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>米尔基于多年的行业深耕,在基于ARM/FPGA内核处理器的嵌入式软、硬件开发上,积累了丰富的产品技术和项目开发经验。在推出稳定可靠、高性价比的ARM/FPGA核心板及配套参考设计板的同时,也针对客户个性化的需求,提供专业,高效的定制服务。</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/dingzhi/dingzhi"],{"0d54":function(n,t,e){"use strict";var u;e.d(t,"b",(function(){return r})),e.d(t,"c",(function(){return c})),e.d(t,"a",(function(){return u}));var r=function(){var n=this,t=n.$createElement;n._self._c},c=[]},1963:function(n,t,e){"use strict";e.r(t);var u=e("bec4"),r=e.n(u);for(var c in u)"default"!==c&&function(n){e.d(t,n,(function(){return u[n]}))}(c);t["default"]=r.a},"52f6":function(n,t,e){"use strict";(function(n){e("6909"),e("921b");u(e("66fd"));var t=u(e("c282"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("c11b")["createPage"])},bec4:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={data:function(){return{}},methods:{}};t.default=u},c282:function(n,t,e){"use strict";e.r(t);var u=e("0d54"),r=e("1963");for(var c in r)"default"!==c&&function(n){e.d(t,n,(function(){return r[n]}))}(c);var a,f=e("f0c5"),i=Object(f["a"])(r["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],a);t["default"]=i.exports}},[["52f6","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>酒店拥有不同类型的客房270间套,有标准间、高级间、豪华间、行政套间及阳光会所等各种不同风格的房型,配备宽带网端口,无线WIFI覆盖,国际/国内长途电话、电视等设施齐全,用品精良。中餐厅以精品粤菜、家常菜为主,面对大众消费,提供多元化饮食服务。自助餐厅为您提供精美西式零点菜肴、中西式精美自助餐。时尚的健身中心和休闲娱乐项目,令宾客在运动和娱乐中倍感享受。酒店提供多种类型会议室,配备同声传译等完善的会议设施,是您举办商务会议、婚宴庆典及高档宴会的理想场所,为您提供全方位的贴心服务!</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/hotel/hotel"],{"1cf4":function(t,n,e){"use strict";e.r(n);var u=e("d6f6"),c=e.n(u);for(var r in u)"default"!==r&&function(t){e.d(n,t,(function(){return u[t]}))}(r);n["default"]=c.a},"3cc8":function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return c})),e.d(n,"c",(function(){return r})),e.d(n,"a",(function(){return u}));var c=function(){var t=this,n=t.$createElement;t._self._c},r=[]},"5b2f":function(t,n,e){"use strict";e.r(n);var u=e("3cc8"),c=e("1cf4");for(var r in c)"default"!==r&&function(t){e.d(n,t,(function(){return c[t]}))}(r);var f,a=e("f0c5"),o=Object(a["a"])(c["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],f);n["default"]=o.exports},"5db2":function(t,n,e){"use strict";(function(t){e("6909"),e("921b");u(e("66fd"));var n=u(e("5b2f"));function u(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("c11b")["createPage"])},d6f6:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{}},methods:{}};n.default=u}},[["5db2","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
.top{padding:0 24rpx}.top-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;background:#fff;border-radius:24rpx;padding-bottom:32rpx}.top-content>view{width:25%;text-align:center;margin-top:40rpx}.top-content view image{width:64rpx;height:64rpx}
\ No newline at end of file
<view><view class="top"><view class="top-search"></view><view class="top-content"><view><navigator url="../scenic/scenic"><image src="../../static/img/index/classify1.png"></image><view>景区门票</view></navigator></view><view><navigator url="../hotel/hotel"><image src="../../static/img/index/classify2.png"></image><view>酒店民宿</view></navigator></view><view><navigator url="../restaurant/restaurant"><image src="../../static/img/index/classify3.png"></image><view>特色美食</view></navigator></view><view><navigator url="../nearby/nearby"><image src="../../static/img/index/classify4.png"></image><view>周边游</view></navigator></view><view><navigator url="../travelOne/travelOne"><image src="../../static/img/index/classify5.png"></image><view>跟团游</view></navigator></view><view><navigator url="../travelTwo/travelTwo"><image src="../../static/img/index/classify6.png"></image><view>亲子游</view></navigator></view><view><navigator url="../dingzhi/dingzhi"><image src="../../static/img/index/classify7.png"></image><view>行程订制</view></navigator></view><view><navigator url="../special/special"><image src="../../static/img/index/classify8.png"></image><view>特产好礼</view></navigator></view></view><view class="top-img"></view></view><view hidden="{{!(showBottom)}}" class="bottom"></view></view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/index/index"],{"065f":function(n,t,e){"use strict";e.r(t);var u=e("737f"),o=e.n(u);for(var c in u)"default"!==c&&function(n){e.d(t,n,(function(){return u[n]}))}(c);t["default"]=o.a},"2bba":function(n,t,e){"use strict";(function(n){e("6909"),e("921b");u(e("66fd"));var t=u(e("c545"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("c11b")["createPage"])},"712e":function(n,t,e){"use strict";var u;e.d(t,"b",(function(){return o})),e.d(t,"c",(function(){return c})),e.d(t,"a",(function(){return u}));var o=function(){var n=this,t=n.$createElement;n._self._c},c=[]},"737f":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e={data:function(){return{showBottom:!1}},onLoad:function(){n.getStorageSync("openid")&&(this.showBottom=!0)},onReady:function(){},methods:{getUserInfo:function(){n.getUserProfile({lang:"zh_CN",desc:"登录",success:function(n){console.log(n)},fail:function(n){}})}}};t.default=e}).call(this,e("c11b")["default"])},c545:function(n,t,e){"use strict";e.r(t);var u=e("712e"),o=e("065f");for(var c in o)"default"!==c&&function(n){e.d(t,n,(function(){return o[n]}))}(c);e("d9b5");var f,r=e("f0c5"),a=Object(r["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],f);t["default"]=a.exports},d9b5:function(n,t,e){"use strict";var u=e("e90d"),o=e.n(u);o.a},e90d:function(n,t,e){}},[["2bba","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "胖丁旅游",
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/login/login"],{"88f6":function(e,n,t){"use strict";var o;t.d(n,"b",(function(){return r})),t.d(n,"c",(function(){return c})),t.d(n,"a",(function(){return o}));var r=function(){var e=this,n=e.$createElement;e._self._c},c=[]},"9fb8":function(e,n,t){"use strict";t.r(n);var o=t("88f6"),r=t("a824");for(var c in r)"default"!==c&&function(e){t.d(n,e,(function(){return r[e]}))}(c);var a,i=t("f0c5"),u=Object(i["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);n["default"]=u.exports},a824:function(e,n,t){"use strict";t.r(n);var o=t("bae4"),r=t.n(o);for(var c in o)"default"!==c&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},bae4:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{}},methods:{},onLoad:function(){var n=this;e.getProvider({service:"oauth",success:function(t){e.login({provider:t.provider[0],success:function(o){if(o.code){var r="";"weixin"==t.provider[0]?r=3:"alipay"==t.provider[0]&&(r=4);var c={code:o.code,source:r};n.$request("wechat/wx/getUserInfoByCode",c).then((function(n){if("00"==n.code){var t=n.data.openid;e.setStorageSync("openid",t),e.navigateBack({delta:1})}else e.removeStorageSync("openid"),e.showToast({title:n.message,icon:"none"})})).catch((function(n){e.removeStorageSync("openid")}))}}})}})}};n.default=t}).call(this,t("c11b")["default"])},d263:function(e,n,t){"use strict";(function(e){t("6909"),t("921b");o(t("66fd"));var n=o(t("9fb8"));function o(e){return e&&e.__esModule?e:{default:e}}e(n.default)}).call(this,t("c11b")["createPage"])}},[["d263","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "登录中",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/my/order/electronicTicket/electronicTicket"],{"30cc":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var u={data:function(){return{outUrl:""}},onLoad:function(t){this.outUrl="https://wx.pangdly.com/#/unusedDetail?id="+t.orderId},methods:{}};e.default=u},"5d30":function(t,e,n){"use strict";n.r(e);var u=n("30cc"),c=n.n(u);for(var r in u)"default"!==r&&function(t){n.d(e,t,(function(){return u[t]}))}(r);e["default"]=c.a},"7c99":function(t,e,n){"use strict";var u;n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return u}));var c=function(){var t=this,e=t.$createElement;t._self._c},r=[]},eeb6:function(t,e,n){"use strict";(function(t){n("6909"),n("921b");u(n("66fd"));var e=u(n("f85e"));function u(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("c11b")["createPage"])},f85e:function(t,e,n){"use strict";n.r(e);var u=n("7c99"),c=n("5d30");for(var r in c)"default"!==r&&function(t){n.d(e,t,(function(){return c[t]}))}(r);var o,a=n("f0c5"),i=Object(a["a"])(c["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],o);e["default"]=i.exports}},[["eeb6","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>主理闽、川等菜系以及金牌健康素食和传统客家菜,专注于原汁原味以及均衡营养,装修精致典雅,拥有宴会厅、客饭厅、零点厅、教工餐厅及17个包厢,可容纳700人同时用餐,配有中央和分体式空调、有线电视、无线网络等完善设施。</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/nearby/nearby"],{"140c":function(n,t,e){"use strict";e.r(t);var u=e("3470"),r=e.n(u);for(var c in u)"default"!==c&&function(n){e.d(t,n,(function(){return u[n]}))}(c);t["default"]=r.a},3470:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={data:function(){return{}},methods:{}};t.default=u},7776:function(n,t,e){"use strict";e.r(t);var u=e("f003"),r=e("140c");for(var c in r)"default"!==c&&function(n){e.d(t,n,(function(){return r[n]}))}(c);var a,f=e("f0c5"),o=Object(f["a"])(r["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],a);t["default"]=o.exports},e644:function(n,t,e){"use strict";(function(n){e("6909"),e("921b");u(e("66fd"));var t=u(e("7776"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("c11b")["createPage"])},f003:function(n,t,e){"use strict";var u;e.d(t,"b",(function(){return r})),e.d(t,"c",(function(){return c})),e.d(t,"a",(function(){return u}));var r=function(){var n=this,t=n.$createElement;n._self._c},c=[]}},[["e644","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
.bigBox{height:100%;background:#fafafc}.middle{padding:30rpx 24rpx 0 24rpx}.main{padding:10rpx 24rpx 20rpx 24rpx;background:#fff;border-radius:20rpx;box-shadow:0 0 15rpx #e6e6e8}.product{border-bottom:1px solid #e5e5e5;padding:25rpx 0}.product view{color:#000;padding-left:10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box}.product view text:first-child{-webkit-box-flex:1;-webkit-flex:1;flex:1}.product view text:nth-child(2){color:#666;font-size:28rpx;text-align:right}.product view.coupon{color:#f9690e;margin-top:10rpx}.product view.coupon text{font-size:30rpx}.mainP3{height:120rpx;color:#000;border-bottom:1px solid #e5e5e5;padding:25rpx 0 25rpx 10rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.mainP3 text:nth-child(2){font-size:24rpx;color:#666}.mainP3 text:nth-child(2) text:nth-child(1){font-size:36rpx;color:#f9690e;margin-left:20rpx;font-weight:700}.mainview{margin-top:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.mainview>image:first-child{margin:0 20rpx 0 10rpx}.mainview>view{-webkit-box-flex:1;-webkit-flex:1;flex:1}.bottom{position:fixed;bottom:0;height:100rpx;background:#fff;border-top:1px solid #e5e5e5;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottomFirst{border-right:1px solid #ccc;padding-left:40rpx;width:40%;box-sizing:border-box}.bottomFirst text:nth-child(2){font-size:40rpx;color:#f9690e;margin-left:10rpx;font-weight:700}.bottomFirst text:nth-child(2) text{font-size:28rpx}.bottomLast{padding-left:20rpx;display:-webkit-box;display:-webkit-flex;display:flex;width:60%;padding-right:20rpx;box-sizing:border-box;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottomLast text:first-child{display:block;text-align:center;width:60rpx}.bottomLast text:first-child text{margin-top:10rpx;display:inline-block;font-size:24rpx;color:#666}.bottomLast text:nth-child(2){-webkit-box-flex:1;-webkit-flex:1;flex:1;height:70rpx;display:inline-block;text-align:center;line-height:70rpx;background:#f9690e;color:#fff;margin-left:30rpx;border-radius:20rpx;font-size:32rpx}
\ No newline at end of file
<view><view hidden="{{!(bodyShow)}}" class="middle"><view class="main"><block a:for="{{orderList}}" a:for-item="item" a:for-index="__i0__" a:key="id"><block a:if="{{orderList!=''}}"><view class="product"><view><text>{{''+item.merchantName+"("+item.productName+')'}}</text><text><text style="font-size:24rpx;">¥</text>{{item.unitPrice+''}}<text>x</text>{{''+item.orderNum+''}}<block a:if="{{item.depositReceived}}"><text style="margin-top:10rpx;font-size:22rpx;display:block;color:#f45803;">{{"押金:"+item.depositReceived}}</text></block></text></view><block a:if="{{item.pdDiscountMoney}}"><view class="coupon"><text>券</text><text><text style="font-size:24rpx;">-¥</text>{{item.pdDiscountMoney+''}}</text></view></block></view></block></block><block a:if="{{orderList==''}}"><view class="product"><view><text>{{''+merchantName+"("+productName+')'}}</text><text style="text-align:right;"><view style="font-size:24rpx;" class="_small">¥</view>{{unitPrice+''}}<text>x</text>{{''+orderNum+''}}<block a:if="{{depositReceived}}"><text style="margin-top:10rpx;font-size:22rpx;display:block;color:#f45803;">{{"押金:"+depositReceived}}</text></block></text></view><block a:if="{{pdDiscountMoney}}"><view class="coupon"><text>券</text><text><text style="font-size:24rpx;">-¥</text>{{pdDiscountMoney+''}}</text></view></block></view></block><view class="mainP3"><text>实际支付</text><text><text><text style="font-size:28rpx;">¥</text>{{pdOrderMoney+''}}</text></text></view><view class="mainview"><image style="width:70rpx;height:62rpx;" src="/static/img/orderPayment/weixin.png"></image><view>微信支付</view><image style="width:32rpx;height:32rpx;" src="/static/img/orderPayment/input.png"></image></view></view></view><view hidden="{{!(bodyShow)}}" class="bottom"><view class="bottomFirst"><text>实付款</text><text><text>¥</text>{{pdOrderMoney+''}}</text></view><view class="bottomLast"><text href="tel:400-072-0368"></text><text data-event-opts="{{[['tap',[['goPay']]]]}}" style="{{'background:'+(background)+';'}}" onTap="__e">去支付</text></view></view></view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/orderPayment/orderPayment"],{"0d8a":function(e,t,n){"use strict";(function(e){n("6909"),n("921b");r(n("66fd"));var t=r(n("8611"));function r(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,n("c11b")["createPage"])},"223d":function(e,t,n){"use strict";n.r(t);var r=n("4917"),a=n.n(r);for(var o in r)"default"!==o&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=a.a},"27f6":function(e,t,n){"use strict";var r=n("74b1"),a=n.n(r);a.a},"3d25":function(e,t,n){"use strict";var r;n.d(t,"b",(function(){return a})),n.d(t,"c",(function(){return o})),n.d(t,"a",(function(){return r}));var a=function(){var e=this,t=e.$createElement;e._self._c},o=[]},4917:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={data:function(){return{merchantName:"",productName:"",orderList:"",unitPrice:"",depositReceived:0,pdDiscountMoney:"",orderNum:"",pdOrderMoney:"",totalMoney:"",errorMessage:"",bodyShow:!1,timeStamp:"",nonceStr:"",package:"",signType:"",paySign:"",background:"",orderId:""}},onLoad:function(t){var n=this;this.orderId=t.orderId;var r={orderId:this.orderId,userId:e.getStorageSync("openid"),payType:42};this.$request("orderc/order/findOrderInfo",r).then((function(t){"00"==t.code?(n.bodyShow=!0,n.timeStamp=t.data.timestamp,n.nonceStr=t.data.noncestr,n.package=t.data.package,n.signType=t.data.signType,n.paySign=t.data.sign,n.pdOrderMoney=t.data.pdOrderMoney,n.errorMessage=t.data.errorMessage,n.totalMoney=t.data.totalMoney,n.orderList=t.data.orderList,"undefined"==typeof n.orderList&&(n.orderList="",n.merchantName=t.data.merchantName,n.productName=t.data.productName,n.unitPrice=t.data.unitPrice,n.orderNum=t.data.orderNum,n.depositReceived=t.data.depositReceived,n.pdDiscountMoney=t.data.pdDiscountMoney)):e.showToast({title:t.message,icon:"none"})}))},methods:{goPay:function(){var t=this,n=this;this.errorMessage?e.showToast({title:this.errorMessage,icon:"none"}):(this.background="#E6E6E6",setTimeout((function(){t.background="f9690e"}),1e3),e.requestPayment({provider:"wxpay",timeStamp:this.timeStamp,nonceStr:this.nonceStr,package:this.package,signType:this.signType,paySign:this.paySign,success:function(t){e.navigateTo({url:"../my/order/electronicTicket/electronicTicket?orderId="+n.orderId})},fail:function(t){e.showToast({title:t.errMsg,icon:"none"})}}))}}};t.default=n}).call(this,n("c11b")["default"])},"74b1":function(e,t,n){},8611:function(e,t,n){"use strict";n.r(t);var r=n("3d25"),a=n("223d");for(var o in a)"default"!==o&&function(e){n.d(t,e,(function(){return a[e]}))}(o);n("27f6");var i,d=n("f0c5"),c=Object(d["a"])(a["default"],r["b"],r["c"],!1,null,null,null,!1,r["a"],i);t["default"]=c.exports}},[["0d8a","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "订单支付",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
.bigBox{background:#f5f5f5;height:100%}.top{background:#fff}.topName{font-size:30rpx;font-weight:700;padding-top:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.topIcon{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-right:10rpx;width:50rpx;height:50rpx;border-radius:50%;background:#ff8b57;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.icon-tubiaolunkuo-{font-size:36rpx;color:#fff;font-weight:400}.topMoney{padding:80rpx 24rpx 24rpx 24rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.moneyText{color:#ff3c00;font-size:28rpx;font-weight:700}.moneyNumber text:nth-child(2){font-size:62rpx;font-weight:700;position:relative;left:-6rpx}.moneyNumber text:last-child{-webkit-animation:dis 1.5s infinite;animation:dis 1.5s infinite;-webkit-transition:1s;transition:1s;width:1px;height:56rpx;display:inline-block;background:#333;position:relative;top:8rpx}.topCoupon{display:-webkit-box;display:-webkit-flex;display:flex;height:90rpx;border-top:1px solid #dbdbdb;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 24rpx;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.couponLeft{font-size:24rpx}.couponLeft text:first-child{margin-right:10rpx;display:inline-block;width:30rpx;height:30rpx;background:#f9690e;color:#fff;text-align:center;line-height:28rpx;border-radius:4rpx}.couponRight{position:relative;left:8rpx}.couponRight text:first-child{font-size:32rpx;color:#f9690e}.couponRight text:nth-child(2){font-size:32rpx;color:#f9690e;font-weight:700}.middle{padding:50rpx 24rpx 0 24rpx;font-size:24rpx;color:#999;line-height:40rpx}.bottom{position:absolute;bottom:0;height:40%;background:#fff;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;border-top:1px solid #ddd;font-size:50rpx}.botLeft{width:75%}.botLeft view{height:25%;display:-webkit-box;display:-webkit-flex;display:flex;border-bottom:1px solid #ddd}.botLeft view:last-child{border:none}.botLeft view:last-child text:first-child{width:66.7%}.botLeft view:last-child text:last-child{width:33.3%}.botLeft view text{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-right:1px solid #ddd}.botLeft view:last-child text{-webkit-box-flex:initial;-webkit-flex:initial;flex:initial}.botRight{width:25%}.rightOne{height:25%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;border-bottom:1px solid #ddd}.rightTwo{height:75%;border:none;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@-webkit-keyframes dis{from{opacity:0}to{opacity:1}}@keyframes dis{from{opacity:0}to{opacity:1}}
\ No newline at end of file
<view class="bigBox"><view class="top"><view class="topName"><text class="topIcon"><text class="iconfont icon-tubiaolunkuo-"></text></text><text>{{name}}</text></view><view class="topMoney"><text class="moneyText">支付金额</text><view class="moneyNumber"><text class="iconfont icon-fl-renminbi" style="font-size:56rpx;"></text><text>{{buyMoney}}</text><text></text></view></view><block a:if="{{chooseCouponObj}}"><view class="topCoupon"><view class="couponLeft"><text>券</text><text>{{chooseCouponObj.couponName}}</text></view><view class="couponRight"><text style="font-weight:bold;"><text style="font-size:26rpx;font-weight:400;">-¥</text>{{''+$root.m0+''}}</text></view></view></block></view><view class="middle">友情提示:请核对以上付款金额、付款商户等信息与交易一致。经您确认支付的金额,商家不会退回亦无赔偿义务。</view><view class="bottom"><view class="botLeft"><view a:for="{{leftList}}" a:for-item="item" a:for-index="index" a:key="index"><text data-event-opts="{{[['tap',[['clickNum',['$0',index,a],[[['leftList','',index],['child','',a,'text']]]]]]]}}" style="{{'background:'+(items.background)+';'}}" onTap="__e" a:for="{{item.child}}" a:for-item="items" a:for-index="a" a:key="a">{{items.text}}</text></view></view><view class="botRight"><view data-event-opts="{{[['tap',[['clickEnter']]]]}}" class="rightOne" style="{{'background:'+(spaceBackground)+';'}}" onTap="__e"><text class="iconfont icon-im_huige" style="font-size:70rpx;"></text></view><view ref="__r" data-ref="pay" data-event-opts="{{[['tap',[['clickPay']]]]}}" class="rightTwo" style="{{'background:'+(payBackground)+';'}}" onTap="__e"><view>立即</view><view>支付</view></view></view></view></view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/ourPayment/ourPayment"],{"1b2f":function(o,e,n){"use strict";var t;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return t}));var a=function(){var o=this,e=o.$createElement,n=(o._self._c,o.chooseCouponObj?parseFloat(o.savedMoney.toFixed(2)):null);o.$mp.data=Object.assign({},{$root:{m0:n}})},c=[]},2296:function(o,e,n){"use strict";n.r(e);var t=n("1b2f"),a=n("6a16");for(var c in a)"default"!==c&&function(o){n.d(e,o,(function(){return a[o]}))}(c);n("9dd6");var i,s=n("f0c5"),u=Object(s["a"])(a["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],i);e["default"]=u.exports},3778:function(o,e,n){"use strict";(function(o){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=function(){n.e("components/orderCoupon").then(function(){return resolve(n("5503"))}.bind(null,n)).catch(n.oe)},a={components:{orderCoupon:t},data:function(){return{buyMoney:"",companyId:"",merchantId:"",name:"",payType:42,paySign:"",signType:"",timeStamp:"",nonceStr:"",package:"",orderInfo:"",flag:"",couponData:"",chooseCouponObj:"",savedMoney:0,ableConpon:"",orderSource:8,background:"",spaceBackground:"",payBackground:"#1dce2e",leftList:[{child:[{text:1,background:""},{text:2,background:""},{text:3,background:""}]},{child:[{text:4,background:""},{text:5,background:""},{text:6,background:""}]},{child:[{text:7,background:""},{text:8,background:""},{text:9,background:""}]},{child:[{text:0,background:""},{text:".",background:""}]}]}},onLoad:function(o){this.enterUrl=o.q;this.getUrlKey("channelId"),this.getUrlKey("companyId");this.merchantId?this.init():this.initTwo(),this.initCoupon()},methods:{getUrlKey:function(o){return(new RegExp("[?|&]"+o+"=([^&;]+?)(&|#|;|$)").exec(decodeURIComponent(this.enterUrl))||[,""])[1].replace(/\+/g,"%20")||""},clickNum:function(o,e,n){var t=this;this.buyMoney+=o,this.leftList[e].child[n].background="#dddddd",setTimeout((function(){t.leftList[e].child[n].background=""}),200),clearTimeout(this.flag),this.flag=setTimeout((function(){t.initCoupon()}),1500)},clickEnter:function(){var o=this;this.buyMoney=this.buyMoney.substr(0,this.buyMoney.length-1),this.spaceBackground="#dddddd",setTimeout((function(){o.spaceBackground=""}),200),clearTimeout(this.flag),this.flag=setTimeout((function(){o.initCoupon()}),1500)},couponChoose:function(o){this.chooseCouponObj=o},showCoupon:function(){this.$refs.orderCoupon.showCoupon()},init:function(){var e=this,n={merchantId:this.merchantId,companyId:this.companyId};this.$request("scenic/order/findCodePayInfo",n).then((function(n){"00"==n.code?e.name=n.data.name:o.showToast({title:n.message,icon:"none"})}))},initTwo:function(){var e=this,n={id:this.companyId};this.$request("user/company/detail",n).then((function(n){"00"==n.code?e.name=n.data.companyVo.companyName:o.showToast({title:n.message,icon:"none"})}))},initCoupon:function(){var e=this;this.chooseCouponObj="",this.ableConpon="";var n={money:parseFloat(this.buyMoney)||0,merchantId:this.merchantId,companyId:this.companyId,orderSource:this.orderSource,openid:o.getStorageSync("openid")};this.$request("wechatUser/myPage/usableCouponList",n).then((function(o){"00"==o.code&&(e.chooseCouponObj=o.data.masterSlaveCouponList[0],e.chooseCouponObj.slaveList.length>0?e.savedMoney=e.chooseCouponObj.slaveList[0].savedMoney:e.savedMoney=e.chooseCouponObj.savedMoney)}))},clickPay:function(){var e=this;if(parseFloat(this.buyMoney)){var n=[];""!=this.chooseCouponObj&&(n=[{couponId:this.chooseCouponObj.couponId,couponPrice:this.chooseCouponObj.savedMoney,isMerchant:this.chooseCouponObj.createSource,myCouponId:this.chooseCouponObj.id,couponType:this.chooseCouponObj.couponType}]);var t={companyId:this.companyId,merchantId:this.merchantId,userId:o.getStorageSync("openid"),orderMoney:parseFloat(this.buyMoney),payType:this.payType,orderSource:this.orderSource,couponList:n};this.payBackground="#cccccc",this.$request("orderc/order/codePay",t).then((function(n){if(setTimeout((function(){e.payBackground="#1dce2e"}),1e3),"00"==n.code){if(n.data.errorMessage)return void o.showToast({title:n.data.errorMessage,icon:"none"});e.signType=n.data.signType,e.paySign=n.data.sign,e.timeStamp=n.data.timestamp,e.nonceStr=n.data.noncestr,e.package=n.data.package,e.orderInfo=n.data.payInfo||"",e.goPay()}else o.showToast({title:n.message,icon:"none"})})).catch((function(o){e.payBackground="#1dce2e"}))}else o.showToast({title:"请输入正确金额",icon:"none"})},goPay:function(){}},watch:{buyMoney:function(o,e){"."==o&&""==e&&(this.buyMoney="0."),"0"==o&&""==e&&(this.buyMoney="0."),2==o.length&&0==o.substr(0,1)&&"."!=o.substr(1,2)&&(this.buyMoney=o.substr(1,2)),isNaN(o)&&"."!=o&&(this.buyMoney=e);var n=String(this.buyMoney).indexOf(".")+1,t=String(this.buyMoney).length-n;t>2&&n>0&&(this.buyMoney=e),parseFloat(this.buyMoney)?this.payBackground="#1dce2e":this.payBackground="#cccccc"}}};e.default=a}).call(this,n("c11b")["default"])},"6a16":function(o,e,n){"use strict";n.r(e);var t=n("3778"),a=n.n(t);for(var c in t)"default"!==c&&function(o){n.d(e,o,(function(){return t[o]}))}(c);e["default"]=a.a},"7f8b":function(o,e,n){},"9dd6":function(o,e,n){"use strict";var t=n("7f8b"),a=n.n(t);a.a},d410:function(o,e,n){"use strict";(function(o){n("6909"),n("921b");t(n("66fd"));var e=t(n("2296"));function t(o){return o&&o.__esModule?o:{default:o}}o(e.default)}).call(this,n("c11b")["createPage"])}},[["d410","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "订单支付",
"pullRefresh": false,
"usingComponents": {
"order-coupon": "/components/orderCoupon"
}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view><web-view src="https://wx.pangdly.com/#/paySuccess"></web-view></view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/paySuccess/paySuccess"],{1382:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={data:function(){return{}},onLoad:function(n){},methods:{}};t.default=u},ca03:function(n,t,e){"use strict";e.r(t);var u=e("1382"),c=e.n(u);for(var a in u)"default"!==a&&function(n){e.d(t,n,(function(){return u[n]}))}(a);t["default"]=c.a},d87c:function(n,t,e){"use strict";var u;e.d(t,"b",(function(){return c})),e.d(t,"c",(function(){return a})),e.d(t,"a",(function(){return u}));var c=function(){var n=this,t=n.$createElement;n._self._c},a=[]},f016:function(n,t,e){"use strict";e.r(t);var u=e("d87c"),c=e("ca03");for(var a in c)"default"!==a&&function(n){e.d(t,n,(function(){return c[n]}))}(a);var r,f=e("f0c5"),o=Object(f["a"])(c["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],r);t["default"]=o.exports},f4ba:function(n,t,e){"use strict";(function(n){e("6909"),e("921b");u(e("66fd"));var t=u(e("f016"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("c11b")["createPage"])}},[["f4ba","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "支付成功",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>主理闽、川等菜系以及金牌健康素食和传统客家菜,专注于原汁原味以及均衡营养,装修精致典雅,拥有宴会厅、客饭厅、零点厅、教工餐厅及17个包厢,可容纳700人同时用餐,配有中央和分体式空调、有线电视、无线网络等完善设施。</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/restaurant/restaurant"],{"3a27":function(t,n,e){"use strict";(function(t){e("6909"),e("921b");u(e("66fd"));var n=u(e("6be2"));function u(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("c11b")["createPage"])},"6be2":function(t,n,e){"use strict";e.r(n);var u=e("74a9"),r=e("7ca4");for(var a in r)"default"!==a&&function(t){e.d(n,t,(function(){return r[t]}))}(a);var c,f=e("f0c5"),o=Object(f["a"])(r["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],c);n["default"]=o.exports},"74a9":function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return u}));var r=function(){var t=this,n=t.$createElement;t._self._c},a=[]},"7ca4":function(t,n,e){"use strict";e.r(n);var u=e("ef23"),r=e.n(u);for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=r.a},ef23:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{}},methods:{}};n.default=u}},[["3a27","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>我前不久带妈妈去了一次,这些年一直很忙,没什么时间陪妈妈(我是单亲家庭),虽然她不说,但是每次春节过年回家,从她眼神里看到的期待开心,以及我离家出去工作的时候,她眼里的失落,我就特别难过。这一次休年假带她到一直心心念念的贵州旅游,算是圆了她一个念想,也算是我为人子女尽了一点应该的孝心,我和妈妈玩的很开心,而且特别省心省钱,5天只花了1000多,攻略给你分享一下咯。</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/scenic/scenic"],{"363f":function(n,t,e){"use strict";var u;e.d(t,"b",(function(){return c})),e.d(t,"c",(function(){return r})),e.d(t,"a",(function(){return u}));var c=function(){var n=this,t=n.$createElement;n._self._c},r=[]},"8eff":function(n,t,e){"use strict";e.r(t);var u=e("363f"),c=e("c043");for(var r in c)"default"!==r&&function(n){e.d(t,n,(function(){return c[n]}))}(r);var f,a=e("f0c5"),o=Object(a["a"])(c["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],f);t["default"]=o.exports},c043:function(n,t,e){"use strict";e.r(t);var u=e("cf69"),c=e.n(u);for(var r in u)"default"!==r&&function(n){e.d(t,n,(function(){return u[n]}))}(r);t["default"]=c.a},cf69:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={data:function(){return{}},methods:{}};t.default=u},d050:function(n,t,e){"use strict";(function(n){e("6909"),e("921b");u(e("66fd"));var t=u(e("8eff"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("c11b")["createPage"])}},[["d050","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>海口永兴镇是世界黄皮原产地之一,其野生黄皮林生长年代久远,是世界黄皮种质资源基因库之一。永兴大力发展黄皮产业,从野生黄皮林中精选优良品种进行嫁接改良、驯化培育,不断提升无核黄皮、大小鸡心黄皮质量,逐步扩大种植规模,更是培育出了世界独有的本地黄皮品种,真正造就了海口永兴黄皮的“人无我有,独一无二”</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/special/special"],{"2a4f":function(t,n,e){"use strict";(function(t){e("6909"),e("921b");u(e("66fd"));var n=u(e("7b8d"));function u(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("c11b")["createPage"])},"7b8d":function(t,n,e){"use strict";e.r(n);var u=e("a7a5"),a=e("ca8f");for(var c in a)"default"!==c&&function(t){e.d(n,t,(function(){return a[t]}))}(c);var r,f=e("f0c5"),o=Object(f["a"])(a["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],r);n["default"]=o.exports},a7a5:function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return c})),e.d(n,"a",(function(){return u}));var a=function(){var t=this,n=t.$createElement;t._self._c},c=[]},bcdc:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{}},methods:{}};n.default=u},ca8f:function(t,n,e){"use strict";e.r(n);var u=e("bcdc"),a=e.n(u);for(var c in u)"default"!==c&&function(t){e.d(n,t,(function(){return u[t]}))}(c);n["default"]=a.a}},[["2a4f","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>主理闽、川等菜系以及金牌健康素食和传统客家菜,专注于原汁原味以及均衡营养,装修精致典雅,拥有宴会厅、客饭厅、零点厅、教工餐厅及17个包厢,可容纳700人同时用餐,配有中央和分体式空调、有线电视、无线网络等完善设施。</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/travelOne/travelOne"],{3200:function(t,n,e){"use strict";e.r(n);var u=e("67f3"),r=e.n(u);for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=r.a},4237:function(t,n,e){"use strict";(function(t){e("6909"),e("921b");u(e("66fd"));var n=u(e("7485"));function u(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("c11b")["createPage"])},"67f3":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{}},methods:{}};n.default=u},7485:function(t,n,e){"use strict";e.r(n);var u=e("b50b"),r=e("3200");for(var a in r)"default"!==a&&function(t){e.d(n,t,(function(){return r[t]}))}(a);var c,f=e("f0c5"),o=Object(f["a"])(r["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],c);n["default"]=o.exports},b50b:function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return u}));var r=function(){var t=this,n=t.$createElement;t._self._c},a=[]}},[["4237","common/runtime","common/vendor"]]]);
\ No newline at end of file
{
"defaultTitle": "",
"pullRefresh": false,
"usingComponents": {}
}
\ No newline at end of file
/* required by usingComponents */
\ No newline at end of file
<view>主理闽、川等菜系以及金牌健康素食和传统客家菜,专注于原汁原味以及均衡营养,装修精致典雅,拥有宴会厅、客饭厅、零点厅、教工餐厅及17个包厢,可容纳700人同时用餐,配有中央和分体式空调、有线电视、无线网络等完善设施。</view>
\ No newline at end of file
(my["webpackJsonp"]=my["webpackJsonp"]||[]).push([["pages/travelTwo/travelTwo"],{"1fd3":function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return u}));var r=function(){var t=this,n=t.$createElement;t._self._c},a=[]},5746:function(t,n,e){"use strict";(function(t){e("6909"),e("921b");u(e("66fd"));var n=u(e("e9a9"));function u(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("c11b")["createPage"])},bb57:function(t,n,e){"use strict";e.r(n);var u=e("bdff"),r=e.n(u);for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=r.a},bdff:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u={data:function(){return{}},methods:{}};n.default=u},e9a9:function(t,n,e){"use strict";e.r(n);var u=e("1fd3"),r=e("bb57");for(var a in r)"default"!==a&&function(t){e.d(n,t,(function(){return r[t]}))}(a);var f,c=e("f0c5"),o=Object(c["a"])(r["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],f);n["default"]=o.exports}},[["5746","common/runtime","common/vendor"]]]);
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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