Browse Source

提交代码

master
主管理员 3 months ago
parent
commit
a00f1a2f23
6 changed files with 15 additions and 9 deletions
  1. +1
    -1
      manifest.json
  2. +2
    -2
      pages/index/index.vue
  3. +3
    -3
      pages_order/home/addEnterprise.vue
  4. +1
    -1
      pages_order/mine/promotion.vue
  5. +2
    -2
      pages_order/mine/recommend.vue
  6. +6
    -0
      pages_order/mine/withdraw.vue

+ 1
- 1
manifest.json View File

@ -1,6 +1,6 @@
{
"name" : "unapp模板",
"appid" : "__UNI__197A38F",
"appid" : "__UNI__EFB0151",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",


+ 2
- 2
pages/index/index.vue View File

@ -143,7 +143,7 @@
</view>
</view>
<view class="qr">
<!-- <view class="qr">
<view class="scan">扫码关注公众号</view>
<view class="qr-scan">
<image :src="configList.down_image" mode="aspectFill"></image>
@ -153,7 +153,7 @@
@click="saveImage(configList.down_image)"
>保存公众号二维码图片</view>
</view>
</view>
</view> -->
<PrivacyAgreementPoup />


+ 3
- 3
pages_order/home/addEnterprise.vue View File

@ -109,7 +109,7 @@
</view>
</view>
<view class="shopName" v-if="form.type">
<!-- <view class="shopName" v-if="form.type">
<view>身份证号码</view>
<view>
<input v-model="form.no"
@ -122,7 +122,7 @@
<input v-model="form.no"
:disabled="isUpdate" placeholder="请输入社会信用统一代码" clearable></input>
</view>
</view>
</view> -->
<view class="shopName">
<view>邮寄地址</view>
@ -244,7 +244,7 @@
image: '请上传营业执照',
name: '请输入您的企业名称',
phone: '请输入联系电话',
no: '请输入社会信用代码',
// no: '',
address: '请输入邮寄地址',
}


+ 1
- 1
pages_order/mine/promotion.vue View File

@ -45,7 +45,7 @@
return {
url: '',
title: '123123',
baseUrl: 'https://dianpin-img.xzaiyp.top/',
baseUrl: 'https://image.hhlm1688.com/',
canvas: {},
imagePath: '',
}


+ 2
- 2
pages_order/mine/recommend.vue View File

@ -33,7 +33,7 @@
</view>
<view style="display: flex;align-items: center;"
@click="$utils.copyText(item.shareId)">
<text>上级ID</text>
<text>三只青蛙推荐官</text>
{{ item.shareId && item.shareId.substring(0, 8) }}...
<uv-icon name="empty-news" color="#aaa" size="40"></uv-icon>
</view>
@ -41,7 +41,7 @@
<view class="info">
<view class="">
<text>级别</text>
直属下级
我的朋友
</view>
<view class="">
<text>时间</text>


+ 6
- 0
pages_order/mine/withdraw.vue View File

@ -22,6 +22,12 @@
全部提现
</view>
</view>
<view class="input-box">
<view class="input">
<input type="text" v-model="form.name"
placeholder="请输入姓名"/>
</view>
</view>
<view class="input-box">
<view class="input">
<input type="text" v-model="form.bankName"


Loading…
Cancel
Save