@@ -53,6 +53,9 @@
if (ret.data.success) {
this.approvalStatus = ret.data.single.approvalStatus;//:0待审核1通过2拒绝
}
+ wx.hideMenuItems({
+ menuList: ['menuItem:share:qq','menuItem:share:QZone','menuItem:favorite','menuItem:originPage','menuItem:copyUrl','menuItem:openWithSafari','menuItem:openWithQQBrowser'] // 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮,所有menu项见附录3
+ });
},
toHome(){
uni.$emit('request');
@@ -183,6 +183,9 @@
this.config(this.dataInfo.name,this.dataInfo.shareRemark,location.origin+location.pathname + "?projectId="+this.projectId+"&shareToken="+this.shareToken,this.dataInfo.shareImg)
async getRegistTask() {
@@ -158,6 +158,9 @@
this.mobileOld = param.mobile;
this.color1 = getApp().globalData.color1;
this.titleColor = getApp().globalData.titleColor;
created() {
this.queryProjectBox();
@@ -157,6 +157,9 @@
getData(){
this.getReportHeader()
this.getReportMenu()
// 表头数据
async getReportHeader() {
@@ -90,6 +90,9 @@
this.color1 = app.globalData.color1;
this.color2 = app.globalData.color2;
this.incomeRankTop10Amounts();
onPullDownRefresh() {
this.incomeRank();
@@ -63,7 +63,9 @@
this.queryProtocolConfigView();
this.getShareCard();
-
methods:{
async queryProtocolConfigView(){
@@ -32,6 +32,9 @@
})
this.webviewStyles.progress.color = getApp().globalData.color1;
methods: {
async queryProtocolConfigView() {
@@ -16,6 +16,9 @@ export default {
wx.showMenuItems({
menuList: [ "menuItem:share:appMessage","menuItem:share:timeline"] // 要显示的菜单项,所有menu项见附录3
});
wx.updateAppMessageShareData({ //分享给朋友
title: title, // 分享标题
desc: desc, // 分享描述