Browse Source

update[litemall-wx]: 修改小商城分享标题。

Junling Bu 7 years ago
parent
commit
5850b7397a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      litemall-wx/pages/index/index.js

+ 1 - 1
litemall-wx/pages/index/index.js

@@ -16,7 +16,7 @@ Page({
   },
   onShareAppMessage: function () {
     return {
-      title: 'NideShop',
+      title: 'litemall小商场',
       desc: '仿网易严选微信小程序商城',
       path: '/pages/index/index'
     }