Browse Source

换一下代码位置

feature/3.0.0-推广员
lfs3 6 years ago
parent
commit
bb3c11bc01
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/month-card.vue

2
src/view/month-card.vue

@ -76,11 +76,11 @@ import couponModel from "../models/coupon-model";
import configs from "../configs";
import { Alert, Toast, Popup, Picker } from "vux";
import Qs from 'qs';
import homeApi from "../models/home-model.js";
var strCookie = document.cookie;
var cookieName = "1hjz_mall_login_access_token=";
var token = strCookie.slice(cookieName.length);
import homeApi from "../models/home-model.js";
var locationUrl = configs.locationUrl;
export default {

Loading…
Cancel
Save