面部档案页面

main
JING 9 months ago
parent 18a384f6d3
commit 72414cbde8
  1. 18
      App.vue
  2. 2
      README.md
  3. 2
      locale/en.json
  4. 2
      locale/zh-Hans.json
  5. 2
      locale/zh-Hant.json
  6. 6
      manifest.json
  7. 4
      pages/index/index.vue
  8. 89
      pages/user/archives/detail.vue
  9. 8
      pages/user/index.vue
  10. BIN
      static/img/user/user.png

@ -41,15 +41,15 @@
console.log(rs);
//
var post = {loginCode: rs.code};
_this.$api.post('ycl/user/wx-login', post,function(res){
console.log(res);
_this.$user.session('openid',res.wxOpenid);
_this.$user.session('user_id',res.id);
if(!_this.$com.isNull(res.token))
{
_this.$user.session('token',res.token);
}
});
// _this.$api.post('ycl/user/wx-login', post,function(res){
// console.log(res);
// _this.$user.session('openid',res.wxOpenid);
// _this.$user.session('user_id',res.id);
// if(!_this.$com.isNull(res.token))
// {
// _this.$user.session('token',res.token);
// }
// });
},
fail:function(rs){
console.log('登录失败'+rs.errMsg);

@ -1,2 +1,2 @@
# 合成照相馆
# 智能拍照合成

@ -1,5 +1,5 @@
{
"app.name": "合成照相馆",
"app.name": "智能拍照合成",
"tabbar.home": "HOME",
"tabbar.list": "NEARBY",
"tabbar.user": "USER",

@ -1,5 +1,5 @@
{
"app.name": "合成照相馆",
"app.name": "智能拍照合成",
"tabbar.home": "首页",
"tabbar.list": "附近",
"tabbar.user": "我的",

@ -1,5 +1,5 @@
{
"app.name": "合成照相馆",
"app.name": "智能拍照合成",
"tabbar.home": "首頁",
"tabbar.list": "附近",
"tabbar.user": "我的",

@ -1,5 +1,5 @@
{
"name" : "合成照相馆",
"name" : "智能拍照合成",
"appid" : "__UNI__FB681DF",
"description" : "",
"versionName" : "2.1.2",
@ -50,7 +50,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx19306460077082e9",
"appid" : "wx6f85fcafd6674c9f",
"setting" : {
"urlCheck" : false,
"es6" : true,
@ -82,7 +82,7 @@
"locale" : "zh-Hans",
"fallbackLocale" : "zh-Hans",
"h5" : {
"title" : "合成照相馆",
"title" : "智能拍照合成",
"router" : {
"mode" : "history",
"base" : "/h5/"

@ -204,13 +204,13 @@
},
onShareAppMessage() {
return {
title: '合成照相馆-首页',
title: '智能拍照合成-首页',
path: uni.$u.page(),
}
},
onShareTimeline() {
return {
title: '合成照相馆-首页',
title: '智能拍照合成-首页',
path: uni.$u.page(),
}
},

@ -1,6 +1,73 @@
<template>
<view>
<view class="container">
<view class="imgList">
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
<view class="imgBox">
<image src="/static/img/user/user.png" mode="aspectFill"></image>
</view>
</view>
<u-empty icon="/static/img/user/nodata.png" mode="list" text="你还没有面部档案" width="180rpx" marginTop="120px"></u-empty>
<view class="newBtn">去创建</view>
</view>
</template>
@ -17,6 +84,22 @@
}
</script>
<style>
<style lang="scss">
.container{padding: 20rpx 26rpx;}
.imgList{width: 100%; height: auto; display: flex; flex-wrap: wrap;}
.imgBox{width: 140rpx; height: 140rpx;}
.imgBox image{width: 140rpx; height: 140rpx;}
.newBtn{
width: 400rpx;
height: 88rpx;
line-height: 88rpx;
border-radius: 48rpx;
border: 2rpx solid #9B75FF;
text-align: center;
margin: 20rpx auto;
color: #9B75FF;
font-size: 30rpx;
font-weight: bold;
}
</style>

@ -25,7 +25,7 @@
<view class="mb_desc">分享可解锁新面部档案</view>
</view>
<view class="mright">
<view class="mbItem">
<view class="mbItem" @click="goTo('/pages/user/archives/detail')">
<image src="/static/img/user/have.png" mode="widthFix"></image>
</view>
<view class="mbItem">
@ -120,20 +120,20 @@ export default {
if(!_this.$com.isNull(openid))
{
_this.isLogin = true;
_this.getUserInfo();
//_this.getUserInfo();
}
},
onShareAppMessage() {
return {
title: '合成照相馆-我的',
title: '智能拍照合成-我的',
path: uni.$u.page(),
}
},
onShareTimeline() {
return {
title: '合成照相馆-我的',
title: '智能拍照合成-我的',
path: uni.$u.page(),
}
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save