Fix:2863 【寻趣味】配置活动删除时间插件,活动时间改为纯文本输入框

This commit is contained in:
modendeveloper
2024-12-19 23:00:37 +08:00
parent 104d0ef4e1
commit 0b4cb9696e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ export default {
fetchList(random = 0, randomSeed) {
if(this.typeIndex === -1) {
const params = {
cityName: this.cityName,
cityName: this.name,
page: 1,
limit: 999
}
+1 -1
View File
@@ -18,7 +18,7 @@
<view class="intro">
{{ item.intro }}
</view>
<view class="intro v12-dark-text">活动时间: {{ item.startTime }} - {{ item.endTime }}</view>
<view class="intro v12-dark-text">活动时间: {{ item.activityTime }}</view>
</view>
<view class="info-item-body" v-if="item.contentType === 1">
<img-box