jack 7 years ago
parent
commit
b19fb1f76f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/public/base.js

+ 1 - 1
app/js/public/base.js

152
			if(data.success && data.data) {
152
			if(data.success && data.data) {
153
				plus.nativeUI.toast(title, toastStyle);
153
				plus.nativeUI.toast(title, toastStyle);
154
			} else {
154
			} else {
155
				plus.nativeUI.toast("分享超过10次,不能再获得积分和成长值", toastStyle);
155
				plus.nativeUI.toast(title, toastStyle);
156
			}
156
			}
157
		},
157
		},
158
		error: function() {
158
		error: function() {