|
|
|
@ -252,6 +252,7 @@ |
|
|
|
|
// +---------------------------------------------------------------------- |
|
|
|
|
let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px'; |
|
|
|
|
import { getMenuList, getUserInfo, setVisit, getBrandList, getCheck } from '@/api/user.js'; |
|
|
|
|
// import { HTTP_REQUEST_URL } from '@/config/app'; |
|
|
|
|
import { getVersion } from "@/api/public"; |
|
|
|
|
import { orderData } from '@/api/order.js' |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
@ -369,6 +370,7 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad() { |
|
|
|
|
console.log(HTTP_REQUEST_URL) |
|
|
|
|
this.getBrandList(); |
|
|
|
|
this.getCheck(); |
|
|
|
|
}, |
|
|
|
@ -669,7 +671,7 @@ |
|
|
|
|
let configAppMessage = { |
|
|
|
|
desc: "快来加入我的分享链接吧~", |
|
|
|
|
title: "快来加入我的分享链接吧~", |
|
|
|
|
link: "https://shop.freelycar.cn"+"?spid="+uid, |
|
|
|
|
link: HTTP_REQUEST_URL+"?spid="+uid, |
|
|
|
|
success: function() { |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|