Commit 4b6684c4 by 高淑倩

非空

parent dfa04567
...@@ -216,6 +216,7 @@ wxService.page({ ...@@ -216,6 +216,7 @@ wxService.page({
// 获取plus购买信息 // 获取plus购买信息
getPlusPurchase() { getPlusPurchase() {
wxService.get(`/sale/premium/query`).then(res => { wxService.get(`/sale/premium/query`).then(res => {
if(!res) return false
const { result, data } = res.data const { result, data } = res.data
if (result == 0) { if (result == 0) {
this.setData({ this.setData({
......
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