Commit 94fb6bd9 by shuaizhihui

更改用户名已经appid

parent a600a3ba
{ {
"usingComponents": {}, "usingComponents": {},
"enablePullDownRefresh":true, "enablePullDownRefresh":true,
"navigationBarTitleText": "小奔体育" "navigationBarTitleText": "小奔健康"
} }
\ No newline at end of file
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.17.0", "libVersion": "2.17.0",
"appid": "wx788dccacb6777ca3", "appid": "wx788dccacb6777ca3",
"projectname": "小奔体育", "projectname": "小奔健康",
"simulatorType": "wechat", "simulatorType": "wechat",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
"editorSetting": { "editorSetting": {
......
...@@ -152,7 +152,7 @@ Page({ ...@@ -152,7 +152,7 @@ Page({
var medalId = res.target.dataset.item.medalRefId; var medalId = res.target.dataset.item.medalRefId;
var medalContent = res.target.dataset.item.name; var medalContent = res.target.dataset.item.name;
return{ return{
title:'我在小奔体育获得' + medalContent + '勋章,快来和我一起训练吧!', title:'我在小奔健康获得' + medalContent + '勋章,快来和我一起训练吧!',
path:'/subPages/bluetooth/share/share?medalId=' + medalId, path:'/subPages/bluetooth/share/share?medalId=' + medalId,
imageUrl:'https://cdn.xiaobentiyu.cn/sport_minapp_img/medal-share.png' imageUrl:'https://cdn.xiaobentiyu.cn/sport_minapp_img/medal-share.png'
} }
...@@ -168,7 +168,7 @@ Page({ ...@@ -168,7 +168,7 @@ Page({
var medalId = res.target.dataset.item.medalRefId; var medalId = res.target.dataset.item.medalRefId;
var medalContent = res.target.dataset.item.name; var medalContent = res.target.dataset.item.name;
return{ return{
title:'我在小奔体育获得' + medalContent + '勋章,快来和我一起训练吧!', title:'我在小奔健康获得' + medalContent + '勋章,快来和我一起训练吧!',
path:'/subPages/bluetooth/share/share?medalId=' + medalId, path:'/subPages/bluetooth/share/share?medalId=' + medalId,
imageUrl:'https://cdn.xiaobentiyu.cn/sport_minapp_img/medal-share.png' imageUrl:'https://cdn.xiaobentiyu.cn/sport_minapp_img/medal-share.png'
} }
...@@ -200,7 +200,7 @@ Page({ ...@@ -200,7 +200,7 @@ Page({
var medalId = res.target.dataset.id; var medalId = res.target.dataset.id;
var medalContent = res.target.dataset.content; var medalContent = res.target.dataset.content;
return{ return{
title:'我在小奔体育获得' + medalContent + '勋章,快来和我一起训练吧!', title:'我在小奔健康获得' + medalContent + '勋章,快来和我一起训练吧!',
path:'/subPages/bluetooth/share/share?medalId=' + medalId + '&dan=1', path:'/subPages/bluetooth/share/share?medalId=' + medalId + '&dan=1',
imageUrl:'https://cdn.xiaobentiyu.cn/sport_minapp_img/medal-share.png' imageUrl:'https://cdn.xiaobentiyu.cn/sport_minapp_img/medal-share.png'
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<view class="share-user"> <view class="share-user">
<view class="user-info"> <view class="user-info">
<image src="{{imgSrc || defaultImage}}"></image> <image src="{{imgSrc || defaultImage}}"></image>
<view class="name jg-name">{{peopleName || '小奔体育'}}</view> <view class="name jg-name">{{peopleName || '小奔健康'}}</view>
</view> </view>
<view class="stand" bindtap="standerHtml"> <view class="stand" bindtap="standerHtml">
<view class="text">国家标准</view> <view class="text">国家标准</view>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<view class="share-user"> <view class="share-user">
<view class="user-info"> <view class="user-info">
<image src="{{imgSrc || defaultImage}}"></image> <image src="{{imgSrc || defaultImage}}"></image>
<view class="name jg-name">{{peopleName || '小奔体育'}}</view> <view class="name jg-name">{{peopleName || '小奔健康'}}</view>
</view> </view>
<!-- <view class="stand" bindtap="standerHtml"> --> <!-- <view class="stand" bindtap="standerHtml"> -->
<view class="stand"> <view class="stand">
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<view class="share-user"> <view class="share-user">
<view class="user-info"> <view class="user-info">
<image src="{{imgSrc || defaultImage}}"></image> <image src="{{imgSrc || defaultImage}}"></image>
<view class="name jg-name">{{peopleName || '小奔体育'}}</view> <view class="name jg-name">{{peopleName || '小奔健康'}}</view>
</view> </view>
<!-- <view class="stand" bindtap="standerHtml"> <!-- <view class="stand" bindtap="standerHtml">
<view class="text">国家标准</view> <view class="text">国家标准</view>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<image src="{{imgSrc}}"></image> <image src="{{imgSrc}}"></image>
</view> </view>
<view class="share-ce"> <view class="share-ce">
<view class="name">{{peopleName || '小奔体育'}}</view> <view class="name">{{peopleName || '小奔健康'}}</view>
<view class="share-time">{{createTime || 0}}</view> <view class="share-time">{{createTime || 0}}</view>
</view> </view>
</view> </view>
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
"usingComponents": { "usingComponents": {
"empty":"/components/empty/empty" "empty":"/components/empty/empty"
}, },
"navigationBarTitleText": "小奔体育", "navigationBarTitleText": "小奔健康",
"enablePullDownRefresh":true "enablePullDownRefresh":true
} }
\ No newline at end of file
{ {
"usingComponents": {}, "usingComponents": {},
"navigationBarTitleText":"小奔体育" "navigationBarTitleText":"小奔健康"
} }
\ No newline at end of file
...@@ -98,7 +98,7 @@ Page({ ...@@ -98,7 +98,7 @@ Page({
if(that.data.share == 1){ if(that.data.share == 1){
console.log('当前是分享进来的') console.log('当前是分享进来的')
that.setData({ that.setData({
content: res.data.peopleName + '在“小奔体育”' content: res.data.peopleName + '在“小奔健康”'
}) })
} }
if(res.data.scoreLevel == 1){ if(res.data.scoreLevel == 1){
...@@ -267,7 +267,7 @@ Page({ ...@@ -267,7 +267,7 @@ Page({
return{ return{
title:name + '在“小奔体育”小程序中完成了一次' + ai + project +'训练,邀请您也一起参与!', title:name + '在“小奔健康”小程序中完成了一次' + ai + project +'训练,邀请您也一起参与!',
path:'/subPages/sport/share/share?id=' + that.data.id + '&share=1&showMedal=0&sportTime='+that.data.sportTime, path:'/subPages/sport/share/share?id=' + that.data.id + '&share=1&showMedal=0&sportTime='+that.data.sportTime,
imageUrl:imageUrl imageUrl:imageUrl
} }
......
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