master
lion 3 years ago
parent 9071820768
commit aff53b1526

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

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

Loading…
Cancel
Save