master
lion 3 years ago
parent 9071820768
commit aff53b1526

@ -186,7 +186,8 @@
address: "",
scope: "",
point_name: "",
title_id: ""
title_id: "",
mobile_worksheet_id:""
},
rules: {
scope: [{

@ -78,7 +78,7 @@
onLoad(options) {
let that = this;
that.totype = options.type;
that.orderId = options.orderId
that.orderId = options.orderId?options.orderId:""
uni.getLocation({
type: "gcj02",
geocode: true,

Loading…
Cancel
Save