Commit 7fe0c9a7 authored by xieyishang's avatar xieyishang

~

parent 103319e8
......@@ -3,7 +3,7 @@
<view class='background'>
<view class='content-top-one'>
<view class='content-top-one-t'>
悦想拼大家都在拼!
悦想拼大家都在拼!越拼越想拼!
</view>
</view>
</view>
\ No newline at end of file
......@@ -25,7 +25,7 @@ Page({
canvasId: 'default_PosterCanvasId',
// 二维码
cpSize: 140,
cpSize: 185,
result: "",
secret_key:"",//邀请码
......@@ -78,8 +78,10 @@ Page({
//生成二维码 单独的二维码
caerteqrcode() {
drawQrcode({
width: 140,
height: 140,
// width: 140,
// height: 140,
width: 180,
height: 180,
x: 5,
y: 5,
canvasId: 'tki-qrcode-canvas',
......
......@@ -16,7 +16,7 @@
</scroll-view>
</view>
<!-- 内容 -->
<view class="boxs" style="margin-top: 50rpx;">
<view class="boxs" style="margin-top: 30rpx;">
<!-- 正常订单 -->
<view wx:if="{{statusTab != 4}}">
<!-- 没有订单显示 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment