diff --git a/subPageC/bookTicket/bookTicket.vue b/subPageC/bookTicket/bookTicket.vue index ef8136a..dbeb384 100644 --- a/subPageC/bookTicket/bookTicket.vue +++ b/subPageC/bookTicket/bookTicket.vue @@ -10,10 +10,10 @@ 使用有效期: {{ - parseArrTime(ticket.usevalidityStart) }}至{{ parseArrTime(ticket.usevalidityEnd) }} - {{ parseTime(ticket.usevalidityStart) }}至{{ + parseArrTime(ticket.usevalidityStart) }} 至 {{ parseArrTime(ticket.usevalidityEnd) }} + {{ parseTime(ticket.usevalidityStart) }} 至 {{ parseTime(ticket.usevalidityEnd) - }} + }} @@ -61,8 +61,9 @@ @change="changeCount($event, ticket)" /> - + @@ -224,7 +225,7 @@ - + @@ -273,17 +274,17 @@ 购票限制 {{ ticketInfos.buyticketlimit == 1 - ? "不限" - : "每人限购" + ticketInfos.ticketlimitnum + "张" - }} + ? "不限" + : "每人限购" + ticketInfos.ticketlimitnum + "张" + }} 使用时段 {{ ticketInfos.usertimeslotStart == ticketInfos.usertimeslotEnd - ? "全天" - : ticketInfos.usertimeslotStart + "至" + ticketInfos.usertimeslotEnd - }} + ? "全天" + : ticketInfos.usertimeslotStart + "至" + ticketInfos.usertimeslotEnd + }} @@ -344,7 +345,7 @@ - + @@ -1201,7 +1202,7 @@ export default { //查看是否有重复订单 checkOrder(val) { // if (this.ticket.qmxId == null) { - + let that = this; if (this.ticket.touristInformation == 2) { if (!this.selectUserList || this.selectUserList.length < 1) { uni.showToast({ title: "暂无游客信息", icon: "none" }); @@ -1227,7 +1228,6 @@ export default { } } // } - let that = this; const userInfo = uni.getStorageSync("userInfo"); const extConfig = uni.getExtConfigSync ? uni.getExtConfigSync() : {}; let appId = extConfig.app_id @@ -2359,8 +2359,8 @@ export default { align-items: center; .content-box-label { - font-size: 24rpx; text-align: right; + color: #666666; } } diff --git a/uni_modules/jr-weather/components/utils.js b/uni_modules/jr-weather/components/utils.js index 37db781..23adad7 100644 --- a/uni_modules/jr-weather/components/utils.js +++ b/uni_modules/jr-weather/components/utils.js @@ -11,6 +11,7 @@ function getLocationAndWeather(amapMiniKey,amapWebKey) { }); amapPlugin.getRegeo({ success: (res) => { + console.log(res,'坐标信息') city = res[0].regeocodeData.addressComponent.city adcode = res[0].regeocodeData.addressComponent.adcode uni.request({