10 2021 档案

摘要:步骤: 点击发行 点击网站-PC Web或手机H5 点击发行 控制台会打印出:项目 '某某某'导出h5成功,路径为:D:/box/app/某某某/xxx/dist/build/h5 进入文件的本地磁盘,压缩h5的文件夹,就完成了打包编译后的文件 阅读全文
posted @ 2021-10-28 16:07 温柔本肉 阅读(1874) 评论(0) 推荐(0)
摘要:<view class="header-box"> <view v-for="(item,index) in list" :key="index" @click.stop="isClickFun(item,index)"> <text v-if="item.isClick" class="showC 阅读全文
posted @ 2021-10-23 15:19 温柔本肉 阅读(365) 评论(0) 推荐(0)
摘要:<rich-text class="contBox" :nodes="viewData.Resolved"></rich-text> 阅读全文
posted @ 2021-10-22 16:05 温柔本肉 阅读(56) 评论(0) 推荐(0)
摘要:// 遮罩层 .mask-view { width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 5; position: fixed; top: 0rpx; left: 0rpx; } <view class="m 阅读全文
posted @ 2021-10-22 15:05 温柔本肉 阅读(130) 评论(0) 推荐(0)