From bb3c11bc01ace94d6dd5628ff44a52bb0b22ee69 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Sat, 27 Jul 2019 00:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=B8=80=E4=B8=8B=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/month-card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/month-card.vue b/src/view/month-card.vue index 9f9f7d4..6442b6b 100644 --- a/src/view/month-card.vue +++ b/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 {