@ -0,0 +1,105 @@ |
||||
<template> |
||||
<view> |
||||
<view class="width100 mart10 backcorfff"> |
||||
<view class="storename"> |
||||
<view class="namecont">门店账号</view> |
||||
<input placeholder="请输入门店账号" v-model="storeaccount" style="width: 70%;" |
||||
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
||||
</view> |
||||
<view class="storename"> |
||||
<view class="namecont">门店密码</view> |
||||
<input placeholder="请输入门店密码" v-model="storepasd" style="width: 70%;" |
||||
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
||||
</view> |
||||
<view class="storename"> |
||||
<view class="namecont">门店名称</view> |
||||
<input placeholder="请输入门店名称" v-model="storename" style="width: 70%;" |
||||
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
||||
</view> |
||||
<view class="storename"> |
||||
<view class="namecont">门店电话</view> |
||||
<input placeholder="请输入门店电话" v-model="storephone" style="width: 70%;" |
||||
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
||||
</view> |
||||
<view class="notes font16" style="border-bottom: 0px;"> |
||||
<view class="width70 aliitem fcor666"> |
||||
门店照片 |
||||
</view> |
||||
</view> |
||||
<view class="width94 displ mart5"> |
||||
<image src="../../../static/img/store/store1.png" mode="widthFix" class="width45" |
||||
style="margin-left: 3%;"></image> |
||||
<image src="../../../static/img/store/store2.png" mode="widthFix" class="width45" |
||||
@click="perImage('../../../static/img/store/store2.png')" style="margin-left: 3%;"></image> |
||||
</view> |
||||
|
||||
<view class="width94 displ mart5"> |
||||
<image src="../../../static/img/store/store3.png" mode="widthFix" class="width45" |
||||
style="margin-left: 3%;"></image> |
||||
<image src="../../../static/img/store/store4.png" mode="widthFix" class="width45" |
||||
@click="perImage('../../../static/img/store/store4.png')" style="margin-left: 3%;"></image> |
||||
</view> |
||||
|
||||
<view class="width94 displ mart5 marb15"> |
||||
<image src="../../../static/img/store/store5.png" mode="widthFix" class="width45" |
||||
style="margin-left: 3%;"></image> |
||||
<image src="../../../static/img/store/store6.png" mode="widthFix" class="width45" |
||||
@click="perImage('../../../static/img/store/store6.png')" style="margin-left: 3%;"></image> |
||||
</view> |
||||
</view> |
||||
|
||||
</view> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
data() { |
||||
return { |
||||
storeaccount: '', //门店账号 |
||||
storepasd: '', //门店密码 |
||||
storename: '', //门店名称 |
||||
storephone: '', //门店电话 |
||||
storeimg1: '', //门店图片 |
||||
} |
||||
}, |
||||
methods: { |
||||
/** |
||||
* @param {Object} item 放大图片 |
||||
*/ |
||||
perImage(item) { |
||||
uni.previewImage({ |
||||
current: 0, //预览图片的下标 |
||||
urls: [item] //预览图片的地址,必须要数组形式,如果不是数组形式就转换成数组形式就可以 |
||||
}) |
||||
}, |
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style lang="scss"> |
||||
.storename { |
||||
width: calc(100% - 40upx); |
||||
height: 100upx; |
||||
display: flex; |
||||
align-items: center; |
||||
background-color: rgba($color: #ffffff, $alpha: 0.1); |
||||
border-bottom: 1px solid #f6f6f6; |
||||
padding: 8upx 20upx; |
||||
|
||||
.namecont { |
||||
color: #666666; |
||||
width: 25%; |
||||
} |
||||
} |
||||
|
||||
.notes { |
||||
width: calc(100% - 90upx); |
||||
display: flex; |
||||
align-items: center; |
||||
background-color: rgba($color: #ffffff, $alpha: 0.1); |
||||
border-bottom: 1px solid #f6f6f6; |
||||
padding: 20rpx 45rpx; |
||||
color: #bfbfbf; |
||||
|
||||
} |
||||
</style> |
@ -0,0 +1,43 @@ |
||||
<template> |
||||
<view> |
||||
<view class="mart15 width100"> |
||||
<view class="width94 backcorfff border-r mart15" v-for="(item,index) in collectionlist" :key="index"> |
||||
<view class="conts">¥<text class="font24 fcor089 fontwig6">299.99</text></view> |
||||
<view class="conts">2020-01-12 12:12:12</view> |
||||
</view> |
||||
</view> |
||||
</view> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
data() { |
||||
return { |
||||
collectionlist:[1,2,3,4,5,6] |
||||
} |
||||
}, |
||||
methods: { |
||||
|
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style lang="scss"> |
||||
page { |
||||
background-color: #f6f6f6; |
||||
} |
||||
|
||||
.notes { |
||||
width: calc(100% - 40upx); |
||||
display: flex; |
||||
align-items: center; |
||||
padding: 20upx 0 20upx 20upx; |
||||
} |
||||
|
||||
.conts { |
||||
width: calc(100% - 60rpx); |
||||
display: flex; |
||||
align-items: center; |
||||
padding: 10rpx 30rpx 10rpx 30rpx; |
||||
} |
||||
</style> |
@ -0,0 +1,2 @@ |
||||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>炫支付</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) |
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/cweb/static/index.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/cweb/static/js/chunk-vendors.0004de39.js></script><script src=/cweb/static/js/index.96f180c6.js></script></body></html> |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 169 KiB |
After Width: | Height: | Size: 169 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 119 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 3.9 KiB |