代码提交

main
123456 1 week ago
parent 7428975885
commit 22f9b8f197
  1. 22
      pages/dongtai/index.vue
  2. 6
      unpackage/dist/build/app-plus/app-service.js
  3. 6
      unpackage/dist/build/app-plus/app-view.js
  4. 2
      unpackage/dist/build/app-plus/manifest.json

@ -100,10 +100,14 @@
<view class="fr" v-if="info.userid != userInfo.id" @click.stop="openPageasd(3,a.id)"> <view class="fr" v-if="info.userid != userInfo.id" @click.stop="openPageasd(3,a.id)">
<image src="@/static/shenglue.png"></image> <image src="@/static/shenglue.png"></image>
</view> </view>
<template v-else>
<view class="fr" v-else @click.stop="openPageasd(6,a.id,i)"> <view class="fr" v-if="pageType == 2" @click.stop="openPageasd(6,a.id,i)">
<image src="@/static/icon-del.png"></image> <image src="@/static/shenglue.png"></image>
</view> </view>
<view class="fr" v-else @click.stop="openPageasd(6,a.id,i)">
<image src="@/static/icon-del.png"></image>
</view>
</template>
</view> </view>
<view class="b">{{a.content}}</view> <view class="b">{{a.content}}</view>
<view class="c"> <view class="c">
@ -314,6 +318,12 @@
this.info.userid = id; this.info.userid = id;
this.isDashan = true this.isDashan = true
}else if(index == 6){ }else if(index == 6){
if(!uni.getStorageSync("userInfo").id){
uni.navigateTo({
url: "/pages/login/index?type=back"
})
return ;
}
uni.showModal({ uni.showModal({
title: "温馨提示", title: "温馨提示",
content: "确定删除该动态?", content: "确定删除该动态?",
@ -620,6 +630,10 @@
margin-top: 10rpx; margin-top: 10rpx;
} }
} }
.frs{
font-size: 30rpx;
color: #212121;
}
.fr{ .fr{
width: 32rpx; width: 32rpx;
image{ image{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save