<view class="content" v-for="(item,index) in itemList" :key="index"> <!-- 日历选择器 --> <picker mode="date" :value="item.BookTime" @change="bindDateChange($event,item)"> <view class="book left" v-if="!item.BookTime"> <image src="../../static/images/icon-calendar.png...
<image-cropper ref="cropper" :cropScale="cropScale" :src="imgSrc" @crop="handleCrop"> </image-cropper> </block> <block v-if="imgPath"> <view class="crop-cont cont_center"> <image :src="imgPath" mode="widthFix"></image> </view> <view class="crop-bottom"> <view class="crop...
<Image v-for="item in mesImgArr" :src="item" mode="aspectFit" @click="previewImg(item)"></Image> 上传图片 </template> export default{ name:'message', components:{}, data() { return { mesImgArr:[] } }, methods: { chooseImg(){ // console.log(this) console.log('上传图片')...
在页面中,通过v-for指令,循环渲染出商品的UI结构: <template><view><view class="goods-list"><block v-for="(goods, i) in goodsList" :key="i"><view class="goods-item"><!-- 商品左侧图片区域 --><view class="goods-item-left"><image :src="goods.goods_small_logo || defaultPic" class...
<view class="box"> <text>显示菜单</text> <image src="../../static/icon/000.png"></image> </view> </view> </template> export default { components: {}, data() { return { subnavShow:false, progressVal:10,//进度,对应章节的...
-- 存储在购物车中的商品,包含 goods_state 属性,表示商品的勾选状态 --><radio :checked="goods.goods_state" color="#C00000" v-if="showRadio"></radio><image :src="goods.goods_small_logo || defaultPic" class="goods-pic"></image></view>...
(0, 0, 0, 1)" :current="0" :autoplay="true" :interval="2000" :duration="500" :circular="true" @change="change"> <swiper-item v-for="(item, index) in imgList" :key="index"> <image class="swiper-img" :src="item.image" mode="aspectFill"></image> <!-- 标题 --> <view...
【修复】导出权限问题、支付应用选择问题:update src/views/pay/order/index.vue,由@山野羡民贡献#592 CRM 客户管理系统专区: 【修复】待办列表和数据权限 BUG,由@panjiabao贡献#1140 【修复】解决商机、合同金额无法自动计算的问题,由@杨宇庆贡献#615
<template lang="pug"> view Layout(title='视频介绍') scroll-view.h-full( scroll-y ) image.w-full(v-if='id===1' mode='widthFix', :src='ossDomainName + "fr/imgs/cpany1.jpg"') .w-full.px-20(v-if='id===2' v-for='item in listItem' :key='item.id') video.w-710.h-...
key="index"@tap="ViewImage":data-url="item"><image v-if="item":src="item"mode="aspectFill"></image><viewclass="cu-tag bg-red"@tap.stop="DelImg":data-index="index"><textclass='cuIcon-close'></text></view></view><viewclass="solids"@tap="ChooseImage"v-if="imgList.length<4...