|
@@ -105,7 +105,6 @@ import "vant/lib/popup/style/index";
|
|
|
import "vant/lib/picker/style/index";
|
|
|
// import { urlSearchData } from "../utils/tool";
|
|
|
// import { getAPPUser, apply, getAPPToken,getAPPUserDetail,orderList } from "../api/index";
|
|
|
-// import {urlSearchData} from "@/utils/tool.js"
|
|
|
import { goodsList, apply, applyrang } from "../api/index";
|
|
|
import { isIphone, isAndroid } from "@/utils/isTerminal.js";
|
|
|
|
|
@@ -142,11 +141,10 @@ export default {
|
|
|
// loginName: r,
|
|
|
// }).then(detail => {
|
|
|
// const obj = JSON.parse(detail || "{}");
|
|
|
- // console.log(obj);
|
|
|
- // that.phone = obj.telNumber;
|
|
|
- // that.name = obj.name;
|
|
|
+ // that.userphone = obj.telNumber;
|
|
|
+ // that.username = obj.name;
|
|
|
// orderList({
|
|
|
- // userPhone: that.phone || "",
|
|
|
+ // userPhone: that.userphone || "",
|
|
|
// }).then(res => {
|
|
|
// const li = res || [];
|
|
|
// let l = [], g = {};
|
|
@@ -271,6 +269,7 @@ export default {
|
|
|
},
|
|
|
onConfirmpro(date) {
|
|
|
this.program = false;
|
|
|
+ this.radio = date.id
|
|
|
this.radioname = date.name;
|
|
|
},
|
|
|
},
|