使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
weapp
/
C
关注
8
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
66
百科
动态
浏览代码
二维码生成修改
tags/湖南版5.1.4
刘晖
6 年前
父节点
58c9b9803b
当前提交
41f3ad221b
共有
2 个文件被更改
,包括
2 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-0
pages/main/index.js
+1
-1
pages/main/index.wxml
+ 1
- 0
pages/main/index.js
查看文件
@@ -100,6 +100,7 @@ Page({
TYPE: "memberCode",
ID: that.data.memberId,
});
console.log(url,777777777)
that.createQrCode(url, "mycanvas2", size.w, size.h);;
that.setData({
maskHidden: true
+ 1
- 1
pages/main/index.wxml
查看文件
@@ -14,7 +14,7 @@
<image src="{{duihuan}}" class='duihuanimg' mode='widthFix'></image>
</view>
</view>
<view class='barcode'>
<view class='barcode'
bindtap='qrcode'
>
<image src="{{barcode}}" class='barcodeimg' mode='widthFix'></image>
</view>
</view>
撰写
预览
正在加载...
取消
保存