zsk 1 year ago
parent 618e5e2701
commit 9f52cf84d2

@ -686,7 +686,9 @@ export default {
show: {
handler: function (newVal, oldVal) {
// alert(newVal)
this.showClone = newVal;
this.$forceUpdate()
},
immediate: true

@ -3889,17 +3889,23 @@ export default {
recordBill(e) {
console.log(e.currentTarget.dataset.job);
console.log(this.recordShow);
uni.hideTabBar({
animation: false,
success: (result) => {
this.setData({
recordShow: true,
currentInfo: e.currentTarget.dataset.job
});
},
fail: () => {},
complete: () => {}
});
// uni.hideTabBar({
// animation: false,
// success: (result) => {
// this.setData({
// recordShow: true,
// currentInfo: e.currentTarget.dataset.job
// });
// },
// fail: () => {},
// complete: () => {}
// });
// this.setData({
// recordShow: true,
// currentInfo: e.currentTarget.dataset.job
// });
this.recordShow = true;
this.currentInfo = e.currentTarget.dataset.job
return;
if (!this.isLogin) {
uni.navigateTo({

Binary file not shown.

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>yimini</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.97465e7b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.b0fc86ff.js></script><script src=/static/js/index.69281214.js></script></body></html>
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/static/index.97465e7b.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.b0fc86ff.js></script><script src=/static/js/index.8ecfa57f.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -778,7 +778,9 @@ var _default2 = {
},
show: {
handler: function handler(newVal, oldVal) {
// alert(newVal)
this.showClone = newVal;
this.$forceUpdate();
},
immediate: true
}

@ -2893,20 +2893,25 @@ var _default = {
url: "/pages/configAnnunciate/index"
});
}), (0, _defineProperty2.default)(_methods, "recordBill", function recordBill(e) {
var _this5 = this;
console.log(e.currentTarget.dataset.job);
console.log(this.recordShow);
uni.hideTabBar({
animation: false,
success: function success(result) {
_this5.setData({
recordShow: true,
currentInfo: e.currentTarget.dataset.job
});
},
fail: function fail() {},
complete: function complete() {}
});
// uni.hideTabBar({
// animation: false,
// success: (result) => {
// this.setData({
// recordShow: true,
// currentInfo: e.currentTarget.dataset.job
// });
// },
// fail: () => {},
// complete: () => {}
// });
// this.setData({
// recordShow: true,
// currentInfo: e.currentTarget.dataset.job
// });
this.recordShow = true;
this.currentInfo = e.currentTarget.dataset.job;
return;
if (!this.isLogin) {
uni.navigateTo({
@ -3041,14 +3046,14 @@ var _default = {
this.lastX = event.touches[0].pageX;
this.lastY = event.touches[0].pageY;
}), (0, _defineProperty2.default)(_methods, "searchAnimate", function searchAnimate() {
var _this6 = this;
var _this5 = this;
var that = this;
return;
uni.createSelectorQuery().in(uni).select('#listBox').fields({
scrollOffset: true,
size: true
}, function (res) {
_this6.$scope.animate('#searchInputBox', [{
_this5.$scope.animate('#searchInputBox', [{
// paddingTop: "10px",
// paddingBottom: "10px",
top: '10px',
@ -3069,7 +3074,7 @@ var _default = {
startScrollOffset: 0,
endScrollOffset: 60
});
_this6.$scope.animate('.the_city', [{
_this5.$scope.animate('.the_city', [{
color: '#333'
}, {
color: '#fff'
@ -3079,7 +3084,7 @@ var _default = {
startScrollOffset: 0,
endScrollOffset: 90
});
_this6.$scope.animate('.daotian', [{
_this5.$scope.animate('.daotian', [{
opacity: '1'
}, {
opacity: '0'
@ -3091,7 +3096,7 @@ var _default = {
});
}).exec();
}), (0, _defineProperty2.default)(_methods, "deleteMark", function deleteMark(e) {
var _this7 = this;
var _this6 = this;
// console.log(e);
console.log(e);
var data = e.currentTarget.dataset.item;
@ -3104,11 +3109,11 @@ var _default = {
this.selectJobList.forEach(function (item, index) {
console.log(item);
if (item.id == data.id) {
_this7.selectJobList.splice(index, 1);
_this6.selectJobList.splice(index, 1);
var ind = filter.jobFilter['tagArray' + data.typeClassify].indexOf(item);
console.log(filter.jobFilter['tagArray' + data.typeClassify][ind]);
filter.jobFilter['tagArray' + data.typeClassify][ind].active = 0;
_this7.toList();
_this6.toList();
}
});
this.setData({
@ -3118,14 +3123,14 @@ var _default = {
} else {
this.selectBrandList.forEach(function (item, index) {
if (item.id == data.id) {
_this7.selectBrandList.splice(index, 1);
_this6.selectBrandList.splice(index, 1);
// let ind = filter.jobFilter["tagArray" + data.typeClassify].indexOf(item);
// console.log(filter.jobFilter["tagArray" + data.typeClassify][ind]);
// filter.jobFilter["tagArray" + data.typeClassify][ind].active = 0;
var ind = filter.classifyList.indexOf(item);
console.log(filter.classifyList[ind]);
filter.classifyList[ind].active = 0;
_this7.toList();
_this6.toList();
}
});
this.setData({

Loading…
Cancel
Save