Browse Source

个人服务列表

luyanan 6 years ago
parent
commit
ce326714f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/userInforShow.js

+ 1 - 1
app/js/userInforShow.js

@ -733,7 +733,7 @@ mui.plusReady(function() {
733 733
			})
734 734
			document.getElementById("seeMoreService").addEventListener("tap", function() {
735 735
				plus.nativeUI.showWaiting(); 
736
				var webviewShow = plus.webview.create("../html/userService.html", 'userService.html', {}, {
736
				var webviewShow = plus.webview.create("../html/userserviceList.html", 'userserviceList.html', {}, {
737 737
					proid: proId
738 738
				})
739 739
			})