|
@@ -94,7 +94,7 @@
|
|
|
<a href="/front/vipsubscribe/toChooseArea">
|
|
|
<span class="label">省份数量</span>
|
|
|
{{if not .T.isTrial }}
|
|
|
- <input type="text" disabled value="" placeholder="1个市"
|
|
|
+ <input type="text" disabled value="" placeholder="1个省"
|
|
|
class="info choose_area">
|
|
|
{{else}}
|
|
|
<input type="text" disabled value="" placeholder="选择全国、省份、地市" class="info choose_area">
|
|
@@ -650,7 +650,7 @@
|
|
|
if(readStorage) {
|
|
|
this.checkboxStatus = true
|
|
|
}
|
|
|
- if (areaStorage && industryStorage && readStorage && OrderPhoneCheck.status) {
|
|
|
+ if (areaStorage && readStorage && OrderPhoneCheck.status) {
|
|
|
this.$refs.couponRef.submitStatus = false
|
|
|
} else {
|
|
|
this.$refs.couponRef.submitStatus = true
|
|
@@ -664,9 +664,9 @@
|
|
|
checkSubmitStatus: function (checkStatus) {
|
|
|
$('#buy').prop('checked', checkStatus)
|
|
|
var areaStorage = sessionStorage.getItem('vipSubSelectArea');
|
|
|
- var industryStorage = sessionStorage.getItem('vipSubSelectIndustry');
|
|
|
+ // var industryStorage = sessionStorage.getItem('vipSubSelectIndustry');
|
|
|
var readStorage = sessionStorage.getItem('vipSub_read');
|
|
|
- return areaStorage && industryStorage && readStorage && OrderPhoneCheck.status
|
|
|
+ return areaStorage && readStorage && OrderPhoneCheck.status
|
|
|
},
|
|
|
// 阅读协议点击事件
|
|
|
readEvent: function () {
|
|
@@ -1121,7 +1121,7 @@
|
|
|
"userLotteryId":coupon.$refs.couponRef.coupon.userLotteryId,
|
|
|
"lotteryId": coupon.$refs.couponRef.coupon.lotteryId,
|
|
|
"area": JSON.stringify(area),
|
|
|
- "industry": industry.join(","),
|
|
|
+ // "industry": industry.join(","),
|
|
|
"time": $(".info:eq(2)").val().trim(),
|
|
|
"orderType":{{.T.orderType}},
|
|
|
"activeCode": activeCodes,
|
|
@@ -1145,7 +1145,7 @@
|
|
|
//试用用户
|
|
|
$DoPost("/subscribepay/order/trialPay", {
|
|
|
"area": JSON.stringify(area),
|
|
|
- "industry": industry.join(","),
|
|
|
+ // "industry": industry.join(","),
|
|
|
"order_phone": OrderPhoneCheck.phone
|
|
|
}, function (r) {
|
|
|
if (r.success) {
|
|
@@ -1171,9 +1171,9 @@
|
|
|
//是否可点击
|
|
|
function checkOk() {
|
|
|
var area = $(".info:eq(0)").val().trim();
|
|
|
- var industry = $(".info:eq(1)").val().trim();
|
|
|
+ // var industry = $(".info:eq(1)").val().trim();
|
|
|
var checked = $('#buy').prop('checked');
|
|
|
- if (area != '' && industry != '' && checked == true && OrderPhoneCheck.status) {
|
|
|
+ if (area != '' && checked == true && OrderPhoneCheck.status) {
|
|
|
$("#payHandle").removeAttr('disabled');
|
|
|
} else {
|
|
|
$("#payHandle").attr({
|
|
@@ -1184,9 +1184,9 @@
|
|
|
if (area === '') {
|
|
|
$(".area_warn").css("display", "block");
|
|
|
}
|
|
|
- if (industry === "") {
|
|
|
- $(".industry_warn").css("display", "block");
|
|
|
- }
|
|
|
+ // if (industry === "") {
|
|
|
+ // $(".industry_warn").css("display", "block");
|
|
|
+ // }
|
|
|
}
|
|
|
// else {
|
|
|
// $(".area_warn").css("display", "");
|