Commit 2334811a by kyle

解决app

parent e53b6d96
......@@ -30,7 +30,6 @@
return {}
},
mounted() {
console.log(this.minorMenuLists)
},
methods: {
goDetail(item) {
......
......@@ -41,7 +41,7 @@
</view> -->
<!-- v-if="isWeixin == true" -->
<view class="awakenApp" v-if="isWeixin == true">
<wx-open-launch-app id="launch-btn" appid="wxb591d0034cdcf0cd" extinfo="extinfo">
<wx-open-launch-app id="launch-btn" appid="wxb591d0034cdcf0cd" extinfo="extinfo" v-if="isWeixin == true">
<view v-is="'script'" type="text/wxtag-template">
<!-- <view class="" style="width: 50rpx; height: 50rpx;">
<image style="width: 50rpx; height: 50rpx;" src="../../static/Slice117.png" mode=""></image>
......
......@@ -60,7 +60,7 @@
</text>
</view> -->
</view>
<share></share>
<!-- <share></share> -->
<button type="primary" plain="true" class="sendInvite" @click="shareToggle()">发出邀请</button>
</view>
<!-- 邀请信息 -->
......@@ -171,14 +171,17 @@
},
methods: {
goBack(){
let back = getCurrentPages();
if(back && back.length>1) {
uni.navigateBack({
delta: 1
});
}else{
history.back();
}
uni.navigateBack({
delta: 1
});
// let back = getCurrentPages();
// if(back && back.length>1) {
// uni.navigateBack({
// delta: 1
// });
// }else{
// history.back();
// }
},
// 暂时废弃
// blueInput(name) {
......
......@@ -42,7 +42,7 @@
type: String
},
count: {
type: String
type: Number
}
},
components:{
......
......@@ -47,7 +47,7 @@
tabType: 1,
userStudyLists: [],
userId: uni.getStorageSync('cffp_userId'),
count:'',
count:0,
directList: null, //直属团队数组
raiseList: null, //所辖团队数组
otherList: null, // 其他
......
......@@ -2,14 +2,14 @@
<view class="content">
<view class="header">
<view class="header-time" style="">
<time-picker @change="change" fields="month" icon="true">
<time-picker @change="change" fields="month" :icon="true">
</time-picker>
</view>
<view style="margin: 10rpx 20rpx;">
<text>-</text>
</view>
<view class="header-time">
<time-picker @change="changetimeend" fields="month" icon="true">
<time-picker @change="changetimeend" fields="month" :icon="true">
</time-picker>
</view>
<!-- <view class="timeSelectContent">
......
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