微信意见反馈按钮文字错误
This commit is contained in:
parent
9b55d8b527
commit
ec3a077b22
|
@ -5,7 +5,7 @@ button:
|
|||
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=https://www.trustie.net/assets/wechat/app.html#/activities?response_type=code&scope=snsapi_base&state=123#wechat_redirect"
|
||||
-
|
||||
type: "click"
|
||||
name: "意见返馈"
|
||||
name: "意见反馈"
|
||||
key: "FEEDBACK"
|
||||
-
|
||||
name: "更多"
|
||||
|
|
|
@ -1660,15 +1660,6 @@ ActiveRecord::Schema.define(:version => 20160426084709) do
|
|||
t.datetime "updated_at", :null => false
|
||||
end
|
||||
|
||||
create_table "shield_wechats", :force => true do |t|
|
||||
t.string "container_type"
|
||||
t.integer "container_id"
|
||||
t.string "shield_type"
|
||||
t.integer "shield_id"
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
end
|
||||
|
||||
create_table "softapplications", :force => true do |t|
|
||||
t.string "name"
|
||||
t.text "description"
|
||||
|
|
Loading…
Reference in New Issue