摘要:
text里面的换行,直接影响页面布局。 不要随便格式化text中的内容。 格式化之后,看看页面的效果有没有变化。 有时候,格式化代码后,页面布局就变了!!!艹!!! 阅读全文
摘要:
``` onLoad: function (options) { // 判断是否已开卡 const openid = app.globalData.openid || Storage.get().openid; let that = this; request("checkVip", { openid }).then(({ data }) => { if (data != 0) { // 动态修改 阅读全文