Commit 218919d7 by fengzhaoyu

feat:去掉打印 加dd,hideLoading

parent 5a3d1b64
...@@ -13,12 +13,10 @@ Page({ ...@@ -13,12 +13,10 @@ Page({
onLoad(query) { onLoad(query) {
this.resetData() this.resetData()
dd.setNavigationBar({title: '账单记录'}); dd.setNavigationBar({title: '账单记录'});
console.log(query,2222222222)
this.setData({ this.setData({
query: query, query: query,
subsidyNo: query.subsidyNo subsidyNo: query.subsidyNo
}) })
console.log(this.data.query,33333333333333333)
}, },
resetData(){ resetData(){
this.setData({ this.setData({
......
...@@ -68,6 +68,7 @@ create.Page({ ...@@ -68,6 +68,7 @@ create.Page({
// 页面加载完成 // 页面加载完成
}, },
onShow() { onShow() {
dd.hideLoading()
const _that = this; const _that = this;
dd.getNetworkType({ dd.getNetworkType({
success: (res) => { success: (res) => {
......
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