Commit 305d73e3 authored by sjf1256754123's avatar sjf1256754123

d

parent 10e0ba33
......@@ -59,6 +59,11 @@
};
},
onLoad: function(option) {
wx.showShareMenu({
withShareTicket: true
})
},
onShow() {
let that = this
// #ifdef MP-WEIXIN
wx.login({
......@@ -73,11 +78,6 @@
})
// #endif
},
onShow() {
if(this.$store.state.user.userInfo.idCard){
this.getUserInfo(code)
}
},
methods: {
leader(){
uni.navigateTo({
......
......@@ -10,8 +10,8 @@
import store from '../store'
export default class Request {
config = {
// baseUrl: 'https://health.sh-sict.com/ncov-api',
baseUrl: 'https://health.sh-sict.com/ncov-test-api',
baseUrl: 'https://health.sh-sict.com/ncov-api',
// baseUrl: 'https://health.sh-sict.com/ncov-test-api',
// baseUrl: 'http://139.9.163.126/ncov-api',
header: {
'content-type': 'application/json;charset=UTF-8',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment