代码提交

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