|
@ -4,7 +4,10 @@ var loading = dialog({
|
|
|
contentType: 'load',
|
|
|
skin: 'bk-popup'
|
|
|
});
|
|
|
(function() {
|
|
|
var vmodel = null;
|
|
|
|
|
|
|
|
|
;(function() {
|
|
|
new Vue({
|
|
|
el: "#app",
|
|
|
data: {
|
|
@ -23,14 +26,17 @@ var loading = dialog({
|
|
|
},
|
|
|
mounted: function() {
|
|
|
var vm = this
|
|
|
vmodel = vm
|
|
|
|
|
|
loading.showModal();
|
|
|
if(Request.openid&&Request.openid!="undefined"&&Request.openid!="123456"){
|
|
|
saveAgentOpenid(Request.openid);
|
|
|
}
|
|
|
|
|
|
checkUserAgent();
|
|
|
vm.code=JSON.parse(localStorage.getItem("wlyyAgent")).uid
|
|
|
|
|
|
vm.paytype=Request.paytype?Request.paytype:"1"
|
|
|
vm.checkType()
|
|
|
// vm.checkType()
|
|
|
$(".c-ser-input").focus()
|
|
|
},
|
|
|
methods: {
|
|
@ -61,9 +67,9 @@ var loading = dialog({
|
|
|
}else{
|
|
|
var t = setInterval(function(){
|
|
|
if(cardList.length==res.data.length){
|
|
|
clearInterval(t)
|
|
|
loading.close();
|
|
|
vm.comfireCardInfo(cardList)
|
|
|
clearInterval(t)
|
|
|
}
|
|
|
},200);
|
|
|
}
|
|
@ -345,6 +351,8 @@ var loading = dialog({
|
|
|
|
|
|
function queryInit(){
|
|
|
checktype=true
|
|
|
vmodel.code=JSON.parse(localStorage.getItem("wlyyAgent")).uid
|
|
|
vmodel.getData()
|
|
|
}
|
|
|
|
|
|
function getUrlParam(name){
|