Candy 6 lat temu
rodzic
commit
ae3694553f

+ 1 - 1
messageApplet/app.js

@@ -13,7 +13,7 @@ App({
               content: '新版本已经准备好,是否重启应用?',
               content: '新版本已经准备好,是否重启应用?',
               success: function (res) {
               success: function (res) {
                 // res: {errMsg: “showModal: ok”, cancel: false, confirm: true}
                 // res: {errMsg: “showModal: ok”, cancel: false, confirm: true}
-                if (res.confirm) {
+                if (res.confirm) {u
                   // 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
                   // 新的版本已经下载好,调用 applyUpdate 应用新版本并重启
                   updateManager.applyUpdate()
                   updateManager.applyUpdate()
                 }
                 }

BIN
messageApplet/images/128.png


BIN
messageApplet/images/32.png


BIN
messageApplet/images/64.png


BIN
messageApplet/images/logo1.png


BIN
messageApplet/images/test.jpg


+ 7 - 5
messageApplet/pages/index/index.wxml

@@ -6,7 +6,7 @@
 
 
 
 
 <template is="wxSearch" data="{{wxSearchData}}"  />
 <template is="wxSearch" data="{{wxSearchData}}"  />
-
+<view class="img"> <image class='gong-img' src="../../images/128.png"></image></view>
 <!--<view wx:if="{{!hasUserInfo && canIUse}}">
 <!--<view wx:if="{{!hasUserInfo && canIUse}}">
   <view class='header'>
   <view class='header'>
       <image src='../../images/2.jpg'></image>
       <image src='../../images/2.jpg'></image>
@@ -21,15 +21,15 @@
  
  
 <!-- <block wx:else> -->
 <!-- <block wx:else> -->
 
 
-
+<!-- <view class="img"> <image class='gong-img' src="../../images/128.png"></image></view>
 <view class="remind-copy">长按复制公众号,可以去微信搜索关注</view>
 <view class="remind-copy">长按复制公众号,可以去微信搜索关注</view>
     
     
     <view class='center-space'></view>
     <view class='center-space'></view>
 
 
     <block wx:for="{{gongMessage}}" wx:for-item="item">
     <block wx:for="{{gongMessage}}" wx:for-item="item">
-      <view class='center-space-gong'></view>
+      <view class='center-space-gong'></view> -->
       <!-- 公众号信息 -->
       <!-- 公众号信息 -->
-      <view class='gong-content' bindtap='to_articel_list' data-index="{{index}}" bindlongtap='copy' bindtouchend="touchend">
+      <!-- <view class='gong-content' bindtap='to_articel_list' data-index="{{index}}" bindlongtap='copy' bindtouchend="touchend">
         <view>
         <view>
           <image class='gong-img' src="{{item.headpath}}"></image>
           <image class='gong-img' src="{{item.headpath}}"></image>
         </view>
         </view>
@@ -39,13 +39,15 @@
           <text selectable='true'></text>
           <text selectable='true'></text>
         </view>
         </view>
       </view>
       </view>
-    </block>
+    </block> -->
     <!-- 悬浮后台图标 -->
     <!-- 悬浮后台图标 -->
     
     
     <!-- <view class='background-color'>
     <!-- <view class='background-color'>
       <view class='admin' bindtap='showModal'>留言板后台管理中心</view>
       <view class='admin' bindtap='showModal'>留言板后台管理中心</view>
     </view> -->
     </view> -->
   <!-- </block> -->
   <!-- </block> -->
+  <view class="text"><text>泰坦留言是一个为您的微信公众号提供留言功能的小程序。\n \n \n \n
+联系我们:support@titanera.com</text></view>
 <view>
 <view>
   <modal title="后台登录" style='color: #000;font-size: 32rpx;' hidden="{{modalHidden}}" confirm-text="确定" cancel-text="取消" bindconfirm="modalBindaconfirm" bindcancel="modalBindcancel">
   <modal title="后台登录" style='color: #000;font-size: 32rpx;' hidden="{{modalHidden}}" confirm-text="确定" cancel-text="取消" bindconfirm="modalBindaconfirm" bindcancel="modalBindcancel">
   <view class='reply-content' >只有管理员才能进行登录,您的ip地址已记录。</view>
   <view class='reply-content' >只有管理员才能进行登录,您的ip地址已记录。</view>

+ 12 - 3
messageApplet/pages/index/index.wxss

@@ -7,6 +7,10 @@ page{
   background-color: #F5F5F5;
   background-color: #F5F5F5;
 }
 }
 
 
+.text{
+  margin-top: 40px;
+}
+
 /* .userinfo {
 /* .userinfo {
   display: flex;
   display: flex;
   flex-direction: row;
   flex-direction: row;
@@ -80,12 +84,17 @@ page{
 
 
 /* 公众号头像 */
 /* 公众号头像 */
 .gong-img{
 .gong-img{
-  width: 120rpx;
-  height: 120rpx;
+  width: 128rpx;
+  height: 128rpx;
   border-radius: 50%;
   border-radius: 50%;
   margin-top: 14rpx;
   margin-top: 14rpx;
 }
 }
-
+ .img{
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    margin-top: 30%;
+ }
 /* 公众号文本信息 */
 /* 公众号文本信息 */
 .gong-message{
 .gong-message{
   padding-left: 40rpx;
   padding-left: 40rpx;