子元素上无事件:
view class="item" wx:for="{{files}}" wx:key="item" bind:tap="checkImage" data-src="{{files}}">
image src="{{item}}" alt="">image>
view class='delete' catchtap='stop' data-index="{{index}}" >
text class="iconfont icon-chahao">text>
view>
view>
js:
stop(){}
子元素上有事件:
view class="item" wx:for="{{files}}" wx:key="item" bind:tap="checkImage" data-src="{{files}}">
image src="{{item}}" alt="">image>
view class='delete' catchtap='deleteImg' data-index="{{index}}" >
text class="iconfont icon-chahao">text>
view>
view>
js:
deleteImg(){
// 子元素的事件
}
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: GPT大语言模型Alpaca-lora本地化部署实践【大语言模型实践一】 | 京东云技术团队
模型介绍 Alpaca模型是斯坦福大学研发的LLM(Large Language Model,大语言)开源模型,是一个在52K指令上从LLaMA 7B(Meta公司开源的7B)模型微调而来,具有70亿的模型参数(模型参数越大,模型的推理能力越强,当然随之训练模…