Loading... 列表按钮点击,会遇到传参的情况,当然了,也可以使用选择框的方式只留一个按钮,下面就展示列表按钮的情况 ## 布局代码 按钮位置调用点击事件,直接传递了index`set_screen(index)` ```js <!-- 内容 --> <view class="user_list" height="80%"> <view style="display: flex;flex-direction: row;" v-for="(item,index) in user_list_res" :key="index"> <text style="margin-left: 20rpx; color: red; width:70%; display: flex;background-color: antiquewhite;margin-top: 5rpx;" selectable=true>{{(index+1)+" "+item}}</text> <button type="primary" size="mini" style="display: flex;width:auto%;margin-top: 5rpx;" @click="set_screen(index)">复制链接</button> </view> </view> ``` 最后修改:2023 年 12 月 21 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏