新增门店管理店员管理营销推广码

This commit is contained in:
唐明明
2021-09-25 17:17:08 +08:00
parent ce16270b75
commit 63b16b2802
30 changed files with 4935 additions and 220 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="News-detail" v-if="loaded">
<view class="item" v-for="(item,index) in items" v-if="items.length>0"
<view class="item" v-for="(item,index) in items" :key="index" v-if="items.length>0"
@click="item.read_at === ''?read(index,item):noread(item)">
<view class="top">
<image src="/static/images/news_2_1.png" mode="widthFix"></image>