九宫格 图片 自定义 路径

javascript 复制代码
<image :src=" '../../static/img/' + item.urlname + '.png' "  class="u-w-82 u-h-82 u-p-t-36"></image>

使用场景:九宫格里含有多张图片

html

javascript 复制代码
<view class="u-p-b-46 u-p-x-35">
		<u-grid :border="false" col='5'  @click="clickbase" >
			<u-grid-item v-for="(item,index) in baseList" :key="index">
				<image :src=" '../../static/img/' + item.urlname + '.png' "  mode="" class="u-w-82 u-h-82 u-p-t-36"></image>
				<text class="u-m-t-15">{{item.title}}</text>
			</u-grid-item>
		</u-grid>
	</view>	

js

javascript 复制代码
	baseList: [{
						urlname: '1',
						title: '论文查重'
					},
					{
						urlname: '2',
						title: '代取快递'
					},
					{
						urlname: '3',
						title: '代办跑腿'
					},
					{
						urlname: '4',
						title: '返乡订票'
					},
					{
						urlname: '5',
						title: '旅游团建'
					},
					{
						urlname: '6',
						title: '在线课堂'
					},
					{
						urlname: '7',
						title: '在线点餐'
					},
					{
						urlname: '8',
						title: '校园小说'
					},
					{
						urlname: '9',
						title: '校园活动'
					},
					{
						urlname: '10',
						title: '校园二手'
					},
					{
						urlname: '11',
						title: '考研考公'
					},
					{
						urlname: '12',
						title: '雅思托福'
					},
					{
						urlname: '13',
						title: '周边兼职'
					},
					{
						urlname: '14',
						title: '社会百科'
					},
					{
						urlname: '15',
						title: '特惠电影'
					},
				],
相关推荐
中国胖子风清扬1 天前
GPUI 在 macOS 上编译问题排查指南
spring boot·后端·macos·小程序·rust·uni-app·web app
码云数智-园园2 天前
uni-app 实现物流进度跟踪功能:从 UI 到数据驱动的完整方案
ui·uni-app
予你@。4 天前
UniApp + Vue3 实现 Tab 点击滚动定位(微信小程序)
微信小程序·小程序·uni-app
游戏开发爱好者84 天前
完整教程:App上架苹果App Store全流程指南
android·ios·小程序·https·uni-app·iphone·webview
予你@。4 天前
uni-app progress 组件使用详解
uni-app
iOS阿玮4 天前
春节提审高峰来袭!App Store 审核时长显著延长。
uni-app·app·apple
2501_916007474 天前
ios上架 App 流程,证书生成、从描述文件创建、打包、安装验证到上传
android·ios·小程序·https·uni-app·iphone·webview
2501_915106325 天前
iPhone 文件管理,如何进行应用沙盒文件查看
android·ios·小程序·https·uni-app·iphone·webview
2501_915921435 天前
Fastlane 结合 AppUploader 来实现 CI 集成自动化上架
android·运维·ci/cd·小程序·uni-app·自动化·iphone
云游云记5 天前
vue2 vue3 uniapp (微信小程序) v-model双向绑定
微信小程序·uni-app·vue