摘要: 1、view代码 <view class="imgShow" v-for="(item,index) in list" :key="index"> <image :src="item.image_path" @touchstart.prevent="touchstart(index)" @touch 阅读全文
posted @ 2020-06-29 18:05 星宝攸宁 阅读(3382) 评论(0) 推荐(1)
摘要: 其中修改圆角矩形宽高时候重点: 1.单值形式:symbolSize: 4 2.双值形式:symbolSize: 【3,4】 (宽高) 阅读全文
posted @ 2020-06-29 17:50 星宝攸宁 阅读(2152) 评论(0) 推荐(0)