Commit 0fb402c21fff82e0b514d4160e0d009870f14288

Authored by season
1 parent 8a43dd64

cardinfo增加th=this;

pages/user/cardinfo/cardinfo.js
... ... @@ -53,7 +53,7 @@ Page({
53 53 */
54 54 onLoad: function (options) {
55 55 var that = this,ee=this;
56   -
  56 + var th=this;
57 57 //-----------等级卡说明-------------------
58 58 getApp().request.promiseGet("/api/weshop/storeconfig/get/" + os.stoid, {
59 59 }).then(res => {
... ...