Kaynağa Gözat

错别字修改,文章页,h5页loading

elis 2 yıl önce
ebeveyn
işleme
420ba4085b

+ 6 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/articlDetail/articlDetail.js

@@ -21,11 +21,15 @@ Page({
 	 * 生命周期函数--监听页面加载
 	 */
 	onLoad(options) {
+		wx.showLoading({
+			title: '页面加载中',
+		  })
 		this.setData({
 			chnlid:options.CHNLID,
 			docid:options.DOCID
 		})
 		this.initPage();
+		
 	},
 	initPage(){
 		info(this.data.chnlid,this.data.docid).then(res=>{
@@ -34,6 +38,7 @@ Page({
 				this.setData({
 					data:res.data
 				})
+				wx.hideLoading();
 			}
 		})
 	},
@@ -49,7 +54,7 @@ Page({
 	 * 生命周期函数--监听页面显示
 	 */
 	onShow() {
-
+		
 	},
 
 	/**

+ 1 - 1
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/index/index.js

@@ -90,7 +90,7 @@ Page({
 			},
 			{
 				top: false,
-				name: '长汇弹子石老街'
+				name: '长汇弹子石老街'
 			},
 			{
 				top: false,

+ 7 - 0
nngkxxdp/src/main/resources/static/nnzwminiapp/pages/web/web.js

@@ -12,6 +12,10 @@ Page({
 	 * 生命周期函数--监听页面加载
 	 */
 	onLoad(options) {
+		wx.showLoading({
+		  title: '页面加载中',
+		})
+		
 		if (options.se && options.se != '') {
 			// 有se就是地图搜索
 			this.setData({
@@ -27,6 +31,9 @@ Page({
 				url: options.url
 			})
 		}
+		setTimeout(() => {
+			wx.hideLoading();			
+		}, 1500);
 	},
 
 	/**