Fix:2863 【寻趣味】配置活动删除时间插件,活动时间改为纯文本输入框
This commit is contained in:
@@ -282,7 +282,7 @@ export default {
|
|||||||
fetchList(random = 0, randomSeed) {
|
fetchList(random = 0, randomSeed) {
|
||||||
if(this.typeIndex === -1) {
|
if(this.typeIndex === -1) {
|
||||||
const params = {
|
const params = {
|
||||||
cityName: this.cityName,
|
cityName: this.name,
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 999
|
limit: 999
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<view class="intro">
|
<view class="intro">
|
||||||
{{ item.intro }}
|
{{ item.intro }}
|
||||||
</view>
|
</view>
|
||||||
<view class="intro v12-dark-text">活动时间: {{ item.startTime }} - {{ item.endTime }}</view>
|
<view class="intro v12-dark-text">活动时间: {{ item.activityTime }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item-body" v-if="item.contentType === 1">
|
<view class="info-item-body" v-if="item.contentType === 1">
|
||||||
<img-box
|
<img-box
|
||||||
|
|||||||
Reference in New Issue
Block a user