Commit 064348f5 by hanpeng

mark -- 通用登陆校验异常

parent 50f6c153
......@@ -115,12 +115,6 @@ define(['zepto', 'https://review-formal.iplusmed.com/Common/javaScript/medtap-co
}
},
getUserInfo: function() {
var wechatId = medtapCore.getRequest('wechatId');
wechatId = !!wechatId ? wechatId : (
localStorage.hasOwnProperty('appUserData') ? JSON.parse(localStorage['appUserData']).wechatId : (
localStorage.hasOwnProperty('medtapGlobalData') ? JSON.parse(localStorage['medtapGlobalData']).wechatId : ''
)
);
var token = localStorage.wechatToken;
$.ajax({
url: 'https://devgw.medtap.cn/wechat/user/getWechatUser',
......
define(['zepto','medtap','swiper','https://review-formal.iplusmed.com/Common/javaScript/beforeSubmitTest.js?v=2.0'],function($, medtap, swiper, beforeSubmit){
define(['zepto','medtap','swiper','https://review-formal.iplusmed.com/Common/javaScript/beforeSubmitDEV.js?v=2.0'],function($, medtap, swiper, beforeSubmit){
var inital = {
portType:getEnvironment(),
......
define(["zepto", "medtap", "https://review-formal.iplusmed.com/Common/javaScript/beforeSubmitTest.js?v=2.0"],
define(["zepto", "medtap", "https://review-formal.iplusmed.com/Common/javaScript/beforeSubmitDEV.js?v=2.0"],
function($, medtap, beforeSubmit) {
var payOrder = {
orderId: medtap.getRequest("orderId"),
......
define(['zepto', 'vue', 'medtap','https://review-formal.iplusmed.com/Common/javaScript/beforeSubmitTest.js?v=3.0'], function($, Vue, medtap,beforeSubmit) {
define(['zepto', 'vue', 'medtap','https://review-formal.iplusmed.com/Common/javaScript/beforeSubmitDEV.js?v=3.0'], function($, Vue, medtap,beforeSubmit) {
var productDetail = {
goodsId: "",
name: "",
......
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