ct
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<div class="line"></div>
|
||||
|
||||
<u-form-item label="地址" prop="address" :border-bottom="false" right-icon="arrow-right" class="addresss">
|
||||
<u-form-item label="地址" prop="address" :border-bottom="false" class="addresss">
|
||||
<u-input v-model="forms.address" placeholder="请输入地址" />
|
||||
</u-form-item>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<span class="titlesContent">查看全部活动和本月新增</span>
|
||||
</div>
|
||||
|
||||
<img src="img/1.png" alt="" />
|
||||
<img src="./img/1.png" alt="" />
|
||||
</div>
|
||||
|
||||
<div class="card" @click="toList(1)">
|
||||
@@ -19,7 +19,7 @@
|
||||
<span class="titlesContent">查看全部参与操办信息和本月新增</span>
|
||||
</div>
|
||||
|
||||
<img src="img/2.png" alt="" />
|
||||
<img src="./img/2.png" alt="" />
|
||||
</div>
|
||||
|
||||
<div class="card" @click="toList(2)">
|
||||
@@ -28,7 +28,7 @@
|
||||
<span class="titlesContent">查看全部婚礼和本月新增</span>
|
||||
</div>
|
||||
|
||||
<img src="img/3.png" alt="" />
|
||||
<img src="./img/3.png" alt="" />
|
||||
</div>
|
||||
|
||||
<div class="card" @click="toList(3)">
|
||||
@@ -37,7 +37,7 @@
|
||||
<span class="titlesContent">查看全部丧礼和本月新增</span>
|
||||
</div>
|
||||
|
||||
<img src="img/4.png" alt="" />
|
||||
<img src="./img/4.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="fixedBtns" v-if="this.current == 0 && detail.status != 0 && this.createUserId == this.user.id" @click="toAdd">编辑活动</div>
|
||||
<div class="fixedBtns" v-if="this.current == 0 && detail.status == 0 && this.createUserId == this.user.id" @click="toAdd">编辑活动</div>
|
||||
</div>
|
||||
|
||||
<AiFixedBtn v-if="this.createUserId == this.user.id && this.timeNow * 1 - this.timeEnd * 1 < 24 * 60 * 60 * 1000">
|
||||
|
||||
Reference in New Issue
Block a user