- 博客(9)
- 收藏
- 关注
原创 分享当前页面的活动
```html<view class="share" @click.stop="fenxiang1(item)" v-if="item.time_state!=20"> <image src="../../../static/bottom/fenxiang3.png"></image> <button type="default" open-type='share' :id="index"></button></view>.
2021-11-09 14:45:23 385
原创 循环中转数组
```javascript<view class="tuixiao" v-for="(item,index) in rexiao.data"> <view class="troom" @click="gourl('/planC/pages/acclist/acclist?value='+item.id)"> <image :src="item.image_url"></image> <view class="right"> &l.
2021-10-15 17:20:04 91
原创 js 处理姓名和身份证号中间部分用*****代替
e.replace(/^(.{6})(?:\d+)(.{4})$/,"$1****$2")```在这里插入图片描述![在这里插入图片描述](https://img-blog.csdnimg.cn/1c20caa63ebb483a9df8072e18c01c8d.png?x-oss-process=image/watermark,type_ZHJvaWRzYW5zZmFsbGJhY2s,shadow_50,text_Q1NETiBA5LiA572Q5YS_55Sc,size_20,color_FFFFFF
2021-10-11 09:42:06 479
原创 文字不换行及scroll-view不在同一行问题
<view class="explore_bottoms"> <scroll-view class="scroll-view_H" :scroll-x="true" scroll-left="0"> <view class="box" v-for="item in archList" @click="waiurl(item)"> <image :src="item.logo.file_path" mode="aspectFill"></im.
2021-09-11 12:07:40 371
原创 2021-09-07
在这里插入图片描述<view class="comment editcenter"> <view class="comment_title" v-if="datalist.review"> 全部评论({{datalist.review.length}}) </view> <view class="list" v-for="(item,index) in datalist.review" :key='index' v-if="in
2021-09-07 16:50:29 76
原创 微信小程序input按钮软键盘紧跟问题
```javascript<view class="input"> <input type="text" v-model="send_text" placeholder="请输入您的评论..." placeholder-style="color:#D3D3D3;font-size:24rpx" @confirm="evaluatelist()" :cursor-spacing="10"></view>:cursor-spacing=“10”距离软键盘10.
2021-09-07 16:44:56 391
原创 分享好友按钮
<view class="pengyou"> <image src="../../../static/bottom/fenxiang6.png" class="imgtwo"></image> <button type="default" open-type='share' :id="index"></button></view>.pengyou{ position: relative; button { positio
2021-09-07 16:41:10 59
原创 两列布局写法
在这里插入代码片<view class="editcenter artist" v-for="(item,index) in listtwo[1].article.length/4"> <view class="artistbox" v-for="(item1,index1) in 4"> <view class="father" v-if="listtwo[1].article[index*4+index1].image.file_path">
2021-08-25 20:28:22 71
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人