|
@@ -246,12 +246,11 @@ const config = reactive({
|
|
isShanShiPin: window.$shanshipin.UserId,
|
|
isShanShiPin: window.$shanshipin.UserId,
|
|
});
|
|
});
|
|
const t = config.isShanShiPin ? 5 : 1;
|
|
const t = config.isShanShiPin ? 5 : 1;
|
|
|
|
+const phone = window.$shanshipin.Phone != 0 ? window.$shanshipin.Phone : localStorage.getItem("SilkRoadShanShiPinPhone") ||
|
|
|
|
+ "";
|
|
const login = reactive({
|
|
const login = reactive({
|
|
name: localStorage.getItem("SilkRoadShanShiPinName") || "",
|
|
name: localStorage.getItem("SilkRoadShanShiPinName") || "",
|
|
- phone:
|
|
|
|
- window.$shanshipin.Phone ||
|
|
|
|
- localStorage.getItem("SilkRoadShanShiPinPhone") ||
|
|
|
|
- "",
|
|
|
|
|
|
+ phone,
|
|
code: "",
|
|
code: "",
|
|
});
|
|
});
|
|
|
|
|